I've a hundreds of very large files (500GB+) that I've to sync daily to an external server.
These files are peculiar because they only change/append after the 99% of the file.
Hence I was wondering if it was possible to calculate and send a .diff (or patch in any other way) to the external server instead of having to read/checksum the entirety of files on client and server.