Start work on delta based file transmission

This commit is contained in:
Kovid Goyal
2021-10-01 14:32:28 +05:30
parent e6cff61f99
commit cfeeec95fa
3 changed files with 91 additions and 34 deletions

View File

@@ -43,6 +43,13 @@ is assumed to be the number of a file descriptor from which to read the actual p
type=bool-set
Before actually transferring files, show a mapping of local file names to remote file names
and ask for confirmation.
--transmit-deltas -x
type=bool-set
If a file on the receiving side already exists, use the rsync algorithm to update it to match
the file on the sending side, potentially saving lots of bandwidth and also automatically resuming
partial transfers.
'''