Two Plus Two Older Archives

Two Plus Two Older Archives (http://archives2.twoplustwo.com/index.php)
-   Other Other Topics (http://archives2.twoplustwo.com/forumdisplay.php?f=32)
-   -   Post deleted by Mat Sklansky (http://archives2.twoplustwo.com/showthread.php?t=279294)

raisethatmofo 06-23-2005 10:27 PM

Post deleted by Mat Sklansky
 

Spota 06-23-2005 10:50 PM

Re: I need good backup software for my external Hard drive
 
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

Post deleted by Mat Sklansky
 

Spota 06-23-2005 11:23 PM

Re: I need good backup software for my external Hard drive
 
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

Re: I need good backup software for my external Hard drive
 
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

Re: I need good backup software for my external Hard drive
 
Norton Ghost works for me. I use it with an external firewire drive.


All times are GMT -4. The time now is 09:52 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.