knight0334 Rated XXX
|
Posted: Thu, 09 Aug 2007 13:11:14 Post Subject: |
|
|
XCOPY command is your friend.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true
You can do most, if not all of that with XCOPY. For each directory you would have to copy on individual command lines.
Our old cable tv database had several directories, with many files in each.. sometimes named the same, but the extention changed ( .001 or .002 or .099 etc). WinXP wouldn't recognize the RAID controller of a mobo we had for the server, so I used a batch file to XCOPY the data across (2) HDDs with (4) partitions each. One partition was the actual daily used database, one was daily backup, another was a bi-weekly, another was a monthly. It'd make it's timed backup at 3-4am, then mirror to the other drive as soon as the backup was made. |
|