Displaying 1 result from an estimated 1 matches for "rvzhtsin".
2014 Mar 28
4
[Bug 10522] New: --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been
...g deleted, even though no 'delete' flags are given.
Patch rsync 3.1.1pre1 with detect-renamed patch
configure
make
mkdir /tmp/test1
mkdir /tmp/test2
touch /tmp/test1/a
touch /tmp/test1/b
touch /tmp/test1/c
touch /tmp/test2/a
touch /tmp/test2/x
touch /tmp/test2/y
touch /tmp/test2/z
rsync -rvzhtSin /tmp/test1/ /tmp/test2/
"building file list ... done
*deleting z
*deleting y
*deleting x
.d..t...... ./
>f..t...... a
>f+++++++++ b
>f+++++++++ c
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You...