Displaying 1 result from an estimated 1 matches for "450th".
Did you mean:
150th
2005 Mar 07
2
Rsync write behaviour / efficiency
Rsync is efficient at transferring diffs across the wire, but how
efficient is it at updating the remote file itself (in terms of disk
operations)?
If, for example, you have a 500MB file (say an ISO) whose modification
consists solely of a few bytes added on to the beginning of the file.
Will it create an entirely new 500MB file? Or will it somehow know how to
insert the bytes at the beginning