Incremental Backups Using rsync
2 years, 6 months ago — 0 Comments — Permalink
We can combine
rsyncandcp -alto create what appear to be multiple full backups of a filesystem without taking multiple disks’ worth of space.
This is a really neat and efficient method for backing up data which utilises the fact that rsync will always unlink an inode before overwriting it.