» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with rsync + License:GPL

DeltaCopy

Robust file backup/mirroring for windows.

License:GPL: del.icio.us tag/gpl

rdiff-backup: Main

diff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost

License:GPL: del.icio.us tag/gpl

rdiff-backup

You're supposed to back up your data...

License:GPL: del.icio.us tag/gpl

Unison File Synchronizer

Unison is a file-synchronization tool for Unix and Windows.

dirvish

Dirvish creates a backup image of a directory tree using rsync.

See Also

rsnapshot

rsnapshot is a filesystem snapshot utility based on rsync. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.

Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved.

rsnapshot is written entirely in Perl. It should work on any reasonably modern UNIX compatible OS, including: Debian, Redhat, Fedora, SuSE, Gentoo, Slackware, FreeBSD, OpenBSD, NetBSD, Solaris, Mac OS X, and even IRIX.

rsnapshot was originally based on an article called Easy Automated Snapshot-Style Backups with Linux and Rsync, by Mike Rubel.