Backing up an rsnapshot directory to a remote device
Posted
by
user123480
on Server Fault
See other posts from Server Fault
or by user123480
Published on 2012-06-04T16:34:41Z
Indexed on
2012/06/04
16:45 UTC
Read the original article
Hit count: 202
I have a local backup server that uses rsnapshot with hard links that contains about 10TBs of information which add about 4 to 5GBs per day. It's works great. I've been requested to set up and maintain a remote backup of the local rsnapshot directory structure. It's a nightly backup. I've tried using rsync with encryption which takes forever and eats system resources. A previous post says not to use rsync with hard links for that reason. I need a suggestion of how I can keep the local and remote copies of the rsnapshot structures in sync?
Thanks
© Server Fault or respective owner