• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

The best basic backup software??

TigerTech

n00b
Joined
Jul 9, 2004
Messages
11
I need a simple but reliable backup software and I trust the experts here to point me in the right direction.

I just need a basic piece of reliable software that will automatically back up files and folders I select to an external hard drive nightly. BTW I'm using Win2000.

If anyone can help I'd really appreciate it. Thanks.
 
Veritas BackupExec if you wanna spend the money
 
man tar

<edit> I see you are using windows. my bad!! I trhow in the vote for veritas....it works well but isnt free :(</edit>
 
like stickyload suggested, a batch file (using xcopy, check xcopy /? in the command prompt for usage) plus the scheduler is generally sufficient.
 
In task scheduler you can set up in the run command of a new job:

xcopy.exe "Highest Original Directory" "Backup Directory"

And the rest should be obvious. :p
 
Back
Top