Charles Steaderman
2008-06-13 17:32:37 UTC
I am happily using rsnapshot 1.2.9 on a freebsd based system (FreeNAS).
I would like to mirror my rsnapshot my rsnapshot backups to another
machine for redundancy. Ideally, it would be on a remote machine across
a secure connection. I have about 189GB of backups spanning about 6
months. I have been trying to us rsync to mirror the data across systems
but I am have great difficulty getting past rsync's use of large amounts
of RAM when copying data comprised of hard links. The problem is that
the largest data size that I can set for a process if 2GB and rsync
wants more than that in order to sync the data.
My rsync command line:
/usr/local/bin/rsync -aSH --stats -e 'ssh -ax' --delete-after
[server]:/mnt/data/.snapshots /mnt/remote/rsync
Any ideas short of moving to a 64bit system with 16GB of memory just to
act as a backup file server?
- Charlie
I would like to mirror my rsnapshot my rsnapshot backups to another
machine for redundancy. Ideally, it would be on a remote machine across
a secure connection. I have about 189GB of backups spanning about 6
months. I have been trying to us rsync to mirror the data across systems
but I am have great difficulty getting past rsync's use of large amounts
of RAM when copying data comprised of hard links. The problem is that
the largest data size that I can set for a process if 2GB and rsync
wants more than that in order to sync the data.
My rsync command line:
/usr/local/bin/rsync -aSH --stats -e 'ssh -ax' --delete-after
[server]:/mnt/data/.snapshots /mnt/remote/rsync
Any ideas short of moving to a 64bit system with 16GB of memory just to
act as a backup file server?
- Charlie
--
Charlie Steaderman
***@poliac.com
VP Engineering
Poliac Research Corporation
Charlie Steaderman
***@poliac.com
VP Engineering
Poliac Research Corporation