Michal Soltys wrote:
Either way - as a workaround, you could drop delete-excluded, and
then just finalize the thing with something like: find /bar/ -depth
-name ".rsync-partial" -exec rm -rf "{}" \;
I meant more like: -name ".rsync-partial"
Michal Soltys wrote:
Shivkumar Venkatasubrahmanyam wrote:
Hi,
I'm not sure if this is a bug, but after reading the manual, this
does not seem like expected behavior. I'm using the following rsync
command to approximate an atomic update (I can't use --link-dest as
hard l
Hi,
I'm not sure if this is a bug, but after reading the manual, this does
not seem like expected behavior. I'm using the following rsync command
to approximate an atomic update (I can't use --link-dest as hard links
in hfsplus filesystems are fubar under linux as of 2.6.27):
rsync -a --del