Wayne Davison
Wayne Davison
This requires a pretty big protocol change, but is already on my list of desired future improvements if I ever get around to an rsync 4.x or similar big update.
> I would expect all three runs to transfer all files to the destination directory. That is not a valid expectation given that only some of the runs use --compare-dest,...
I have no such plans at this time.
Just so you know, this is fairly unlikely to be implemented. It would likely be limited to local copies only, so if I ever get around to doing some big...
You've discovered the fix for your old version of rsync: don't use `--compress`. You could alternately try using `--skip-compress=xyzzy` so that the iso file doesn't trigger an attempt to disable...
You should compile 3.1.3 --with-included-zlib=yes for best functionality. Or try using -zz (--new-compress). Or don't use -z at all. If there's a specific public file that is a reproducible failure,...
I haven't seen it fail yet, but will see if I can work up a reproducible test. Could you give `--zc=lz4` a try and see if that is working for...
Is that version output the local machine the remote machine or both? How many files are in your transfer? I've tested around 60K transferred files without issue, but that's just...
Actually, I just noticed that it is GNU screen that is the primary failure point in most of these issues -- my terminal is much better at getting them right...
I assume it works with the git diff command because delta is requesting color? (Since that would prefix the "---" line by a color escape sequence.) So, it looks like...