↳
In-reply-to
»
@lyse that
⤋ Read More
-P
is a life saver when running rsync
over spotty connections. In my very illiterate opinion, it should always be a default.
@mckinley@twtxt.net I could have sworn that it resumed even a partial file the other week. But maybe that was because the first attempt used scp
when the connection broke. And then rsync
detected that only the last part of that file was incomplete and transferred the missing bits. So, lucky by accident. In any case, I will always include -P
from now on. :-)