Veritas-bu

[Veritas-bu] Backup question

2005-09-27 18:32:16
Subject: [Veritas-bu] Backup question
From: Mark.Donaldson AT cexp DOT com (Mark.Donaldson AT cexp DOT com)
Date: Tue, 27 Sep 2005 16:32:16 -0600
Found something cool if your time range for backup can be an "all files
since <date>" type.

"xcopy"

xcopy has a "/d" option to "copy files on or after the specified date".
xcopy also has a "/l" ("ell" not "one") option to "list" the files that
would've been moved but won't actually move them, so, a sort-of "preview"
mode.  "/s" allows the command to recurse downward.

Between the two, you could redirect the output to a file, then feed that
file into "bpbackup" using the "-f" option.

All files on c: modified since 09/01/2005

xcopy /d:09-01-2005 /l /s c:\  d:\  >c:\backuplist.txt

then:

bpbackup -p <policy> -s <sched> -L <logfile> -f c:\backuplist.txt

The first part works on my Win2K workstation.

-M

-----Original Message-----
From: veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu]On Behalf Of
Mark.Donaldson AT cexp DOT com
Sent: Tuesday, September 27, 2005 2:40 PM

Can't the window "search" command be limited by a time range?

If you did your search, you could generate a list of files.  Then select all
and hit "properties -> Advanced"  Set the archive bit on all the files.

Finally, perform an incremental backup of the NT box.  If you're using the
default incremental settings, you'll get all files with the archive bit set.


You'll get some extra stuff, too, but what you want should be part of it.


-----Original Message-----
From: veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] On Behalf Of Hindle, 
Greg
Sent: Tuesday, September 27, 2005 3:45 PM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Backup question


Nbu 5.0 mp3 Solaris 9 
I have a windows server that we need to backup. But I only need files from a
specific date range like all files since xxxx date. Can this be done? I do
not see this as an option in the backup selections window.
Thanks 
  
Greg 
  
>>> This e-mail and any attachments are confidential, may contain legal,
professional or other privileged information, and are intended solely for
the addressee.  If you are not the intended recipient, do not use the
information in this e-mail in any way, delete this e-mail and notify the
sender. CEG-IP1

<Prev in Thread] Current Thread [Next in Thread>