Deprecating scp
Deprecating scp
Posted Nov 19, 2020 17:46 UTC (Thu) by nye (guest, #51576)In reply to: Deprecating scp by Wol
Parent article: Deprecating scp
> rsync does have an option that says "only write stuff that's changed"
--inplace --no-whole-file
By default rsync will only use --whole-file if both source and destination are local, so the second option is redundant in that case.
