|
|
Log in / Subscribe / Register

Deprecating scp

Deprecating scp

Posted Nov 6, 2020 12:48 UTC (Fri) by Wol (subscriber, #4433)
In reply to: Deprecating scp by gray_-_wolf
Parent article: Deprecating scp

Dunno what option it is (and I don't think it's -a), but rsync does have an option that says "only write stuff that's changed". Great for making backups on a journalled file system as each snapshot is a full backup, but apart from the first only takes up the space of an incremental... (and yes for large files eg databases it only writes that part of the file)

Cheers,
Wol


to post comments

Deprecating scp

Posted Nov 19, 2020 17:46 UTC (Thu) by nye (guest, #51576) [Link]

> 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.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds