DISCREMENTAL (hard disk based incremental backups)

This program (set of scripts) is yet another rsync based backup solution. It uses rsync with the --link-dest option to create hard links to files that have not changed rather than creating another copy of the same file. Using this technique, each snapshot is a full backup even though the backup process used is incremental (backing up only the files that changed since the last backup). The snapshots of files are arranged by date and time.

See the README file for more detailed information.

Status

Almost complete. The 0.2 version fully passes the current tests and will be put into production soon. The expiration scripts (expirebox, expirevault) are the only things not implemented. More tests will be added as I figure out what and how to test.

IDEAL BACKUP SOLUTION