skyking
Lifer
- Nov 21, 2001
- 22,764
- 5,927
- 146
Wow, 60GB a day over the WAN would be a chunk!
Dirvish works between two linux servers using rsync to do the hard work. It will back up selected directories, incrementally.
It will only move the changed data, and make symlinks to data that was unchanged. This way the backup folder for a given date has all the data in it, without physically moving again over the WAN. I've used it more than a few times to get the exact version of a file from a specific date.
I was thinking the remote machine could make the backup tapes too.
Dirvish works between two linux servers using rsync to do the hard work. It will back up selected directories, incrementally.
It will only move the changed data, and make symlinks to data that was unchanged. This way the backup folder for a given date has all the data in it, without physically moving again over the WAN. I've used it more than a few times to get the exact version of a file from a specific date.
I was thinking the remote machine could make the backup tapes too.