Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > 2+2 Communities > Other Other Topics

Reply
 
Thread Tools Display Modes
  #1  
Old 06-23-2005, 10:27 PM
raisethatmofo raisethatmofo is offline
Senior Member
 
Join Date: Jun 2005
Posts: 434
Default Post deleted by Mat Sklansky

Reply With Quote
  #2  
Old 06-23-2005, 10:50 PM
Spota Spota is offline
Member
 
Join Date: Dec 2004
Posts: 36
Default 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
Reply With Quote
  #3  
Old 06-23-2005, 11:02 PM
raisethatmofo raisethatmofo is offline
Senior Member
 
Join Date: Jun 2005
Posts: 434
Default Post deleted by Mat Sklansky

Reply With Quote
  #4  
Old 06-23-2005, 11:23 PM
Spota Spota is offline
Member
 
Join Date: Dec 2004
Posts: 36
Default 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.
Reply With Quote
  #5  
Old 06-23-2005, 11:26 PM
Spota Spota is offline
Member
 
Join Date: Dec 2004
Posts: 36
Default 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.
Reply With Quote
  #6  
Old 06-24-2005, 01:55 AM
OrangeCat OrangeCat is offline
Junior Member
 
Join Date: Apr 2004
Posts: 1
Default Re: I need good backup software for my external Hard drive

Norton Ghost works for me. I use it with an external firewire drive.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:44 PM.


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