No.
On Sun, Aug 07, 2022 at 06:49:45AM +0200, Fourhundred Thecat via rsync wrote:
> Hello,
>
> is there any difference/advantage between these two commands?
>
> rsync --rsh="ssh -l root" my-host.com
> rsync r...@my-host.com
>
> thank you,
>
> --
> Please use reply
Hello,
is there any difference/advantage between these two commands?
rsync --rsh="ssh -l root" my-host.com
rsync r...@my-host.com
thank you,
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists
I've definitely not seen that. If you can produce a working example
and tar it up for us to look at, that might be interesting/useful.
Just to check, though: you do not have --checksum/-c on, right?
On Sat, Aug 06, 2022 at 05:54:12PM +, Gregory Heytings via rsync wrote:
>
> I finally take t
I finally take the time to report an rsync slowness pattern that I've been
seeing for years.
Assuming:
a directory with many (> 20K) files, for example a maildir, on the sending
side, and
a partial copy of that directory on the receiving side, with "enough"
missing missing (say 5K),
th