]> arthur.barton.de Git - bup.git/commit
sync-trees: drop -X and retry if -X fails
authorRob Browning <rlb@defaultvalue.org>
Tue, 22 Mar 2016 05:13:14 +0000 (00:13 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 22 Mar 2016 05:13:16 +0000 (00:13 -0500)
commit7708d8e3ca24d7d5b31e160d62887e781bbac605
treea77ae1637ad78aeb686c863278cbbe1ebd469514
parent1f57ae15a643b076ef3e263869c11db226dc8f1c
sync-trees: drop -X and retry if -X fails

It appears that rsync may fail 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>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/sync-tree