Displaying 1 result from an estimated 1 matches for "fkcmjkez".
2016 Aug 01
0
rsync 3.1.1 (and HEAD) grinds to a halt over sshfs
...crawl. Barely any
bandwidth is being used, and barely any CPU.
strace shows that the writes are infrequent, and in between it's doing
lstat's, chmod's and such. The rsync process lstat'ing the
destination seems to block the writes?
Some strace output here:
http://pastebin.com/fKcMjKEz
Command line is:
rsync -rv --size-only --no-group --no-owner --no-perms --no-times
--whole-file --inplace --exclude-from SOMEFILE /data /mnt/remote
With those options, I think I've succeeded in minimizing the number of
lstats and chmods it has to do over the ssh connection. (For
referenc...