]> arthur.barton.de Git - bup.git/commit
compare-trees: drop -X and retry if -X fails
authorRob Browning <rlb@defaultvalue.org>
Sat, 27 Feb 2016 20:07:41 +0000 (14:07 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 19 Mar 2016 20:21:36 +0000 (15:21 -0500)
commit1f57ae15a643b076ef3e263869c11db226dc8f1c
tree8ad678a9b8d8742db4e8bfe516ecb37aa17d05c6
parent934bdbbc511e36fd2d9f6bad709da9b52065de65
compare-trees: drop -X and retry if -X fails

It appears that rsync may fail, even during a --dry-run, if -X is
specified and the filesystem doesn't support xattrs.

Thanks to Greg Troxel for reporting the problem and helping test the
solution.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/compare-trees