PDA

View Full Version : Post deleted by Mat Sklansky


raisethatmofo
06-23-2005, 10:27 PM

Spota
06-23-2005, 10:50 PM
Use robocopy from a cmd prompt. Here is a example of a bat file that writes a date\time to update.txt.

echo on
echo started robocopy at %date% %time% >> update.txt
:start
echo started backup1 at %date% %time% >> update.txt
robocopy D:\D G:\Backup_D /MIR /R:0 /W:0 /V /ETA
echo started backup2 at %date% %time% >> update.txt
robocopy D:\Music G:\Backup_Music /MIR /R:0 /W:0 /V /ETA
echo completed at %date% %time% >> update.txt
REM goto start

raisethatmofo
06-23-2005, 11:02 PM

Spota
06-23-2005, 11:23 PM
Sorry, its a command line executable. It is probably included in a Windows Resource Kit. I'm sure you can google it or d\l it from MS.

Spota
06-23-2005, 11:26 PM
Oh, and BTW, not sure about backing up files being used. You will just have to try it and see. I know volume shadow copying or DoubleTake would do it, but IIRC those are more for Enterprise systems.

OrangeCat
06-24-2005, 01:55 AM
Norton Ghost works for me. I use it with an external firewire drive.