• 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.

off site data backup

who

Weaksauce
Joined
Jan 23, 2005
Messages
72
hi,

I am setting up a server to handle some off site data backup for some companies i do business with. I have the server my question is what are some good software to use to send incramental backups every 2 weeks? I am going to do a base image and then want to backup the files automatically every 2 weeks.
 
rsync - linux
robocopy - windows
or if you have a lot of windows hosts DFSR (distributed filesystem replication)
 
i like these options. I am setting this up on some client PCs and want this to run when they are not there at night. want to set it like a virus scanner
 
if using robocopy, run robocopy /?
make sure to set sane options, i think the default is to retry 1,000,000 times if it fails due to a network error
 
Back
Top