Displaying 1 result from an estimated 1 matches for "philipc".
Did you mean:
philip
2013 Feb 13
1
[Bug 9657] New: --compare-dest results inconsistent between major 2 and major 3
...culate a residual difference directory of
files.. this has been very successful.
I noticed when running on a box with version 3.0.9 of rsync that this feature
was giving me different results to before.
Re-created on my Mac thus:
Note: The compare-dest test passed for both builds
phillyair:rsync philipc$ ls
rsync-2.6.9 rsync-3.0.9
phillyair:rsync philipc$ mkdir -p compare/src1 compare/src2
phillyair:rsync philipc$ cd compare/
phillyair:compare philipc$ touch src1/file1 src1/file2
phillyair:compare philipc$ touch src2/file1 src2/file2 src2/file3
phillyair:compare philipc$ ../rsync-2.6.9/rsync -a...