Who are some good linux server backup solutions that support rsync?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I personally prefer a package called Duplicity.

http://duplicity.nongnu.org/

There are various packages and services that support rsync.

http://www.nongnu.org/rdiff-backup/ http://code.google.com/p/rsync-backup/ http://www.s3rsync.com/ http://www.bqbackup.com/ http://www.rsync.net/

We could use some more information about your question. Are you looking for local backup? A service? A few machines, or many? How often will backups run? Are they full or incremental?

link|improve this answer
Yeah, need more info from OP. For example, rsnapshot (rsnapshot.org) is a great local backup tool that uses rsync and supports snapshots via hard links. – Phil Hollenback Jan 10 '11 at 1:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.