Reputation:
How do you perform a rolling diff between 2 files to determine only the portion of files that have changed?
Upvotes: 2
Views: 366
Reputation: 10577
rsync is an example of what you're looking for. There's even a tech report about it: http://www.samba.org/rsync/tech_report/tech_report.html
Upvotes: 2