Re: weird interaction between --delete-delay and --partial-dir when transfer is interrupted

2008-12-22 Thread Shivkumar Venkatasubrahmanyam
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"

Re: weird interaction between --delete-delay and --partial-dir when transfer is interrupted

2008-12-21 Thread Shivkumar Venkatasubrahmanyam
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

weird interaction between --delete-delay and --partial-dir when transfer is interrupted

2008-12-15 Thread Shivkumar Venkatasubrahmanyam
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