rsync Incremental Backups with –link-dest
A plain rsync copy mirrors a source to a destination, but it keeps only one copy. The moment you sync again, the previous state is gone. Full copies on every run fix that, but they waste large amounts of disk space because most files do not change between backups. The –link-dest option solves both problems….