Hacker News new | ask | show | jobs
by ape4 4640 days ago
Yes in the general case. But in the case of a backup that's done daily the sender can say... there are all the files that changed since we last did this.
2 comments

Rsync is designed for the general case. It's useful for backups, but not designed for them.
In this case, I think you want to be using unison rather than rsync.