Web Hosting Talk







View Full Version : 2x60gb HDD Backup Solution?


SuperDon
08-02-2001, 03:01 PM
Hi,

If I were to get a server with 2x60gb HDD's what would be the most effective way of backing up my system to protect against failures and hacking?

JonnyQuags
08-02-2001, 03:21 PM
rsync -a -z -x --delete / /2nddrivename 2>&1

This would copy the contents of one drive to the other.