SuSEGeek: rsnapshot - Local/Remote Filesystem backups utility in openSUSE
Posted by admin on October 4th, 2008
rsnapshot is a filesystem backup utility based on
rsync. Using rsnapshot, it is possible to take snapshots of your
filesystems at different points in time. Using hard links, rsnapshot
creates the illusion of multiple full backups, while only taking up the
space of one full backup plus differences. When coupled with ssh, it is
possible to take snapshots of remote filesystems as well.


rsnapshot is written in Perl, and depends on rsync. OpenSSH, GNU cp, GNU du, and the BSD logger program are also recommended, but not required. rsnapshot is written with the lowest common denominator in mind. It only requires at minimum Perl 5.004 and rsync. As a result of this, it works on pretty much any UNIX-like system you care to throw at it.
rsnapshot can run almost out of the box with very little configuration changes although advanced configurations can be done with little more effort.
( More... )

Leave a comment