Re: are partial files always deleted on interruption?

2009-07-04 Thread Wayne Davison
On Fri, Jul 03, 2009 at 03:32:29PM -0300, Carlos Carvalho wrote: Both processes were killed with the same command, kill pid1 pid2. A SIGTERM (the default kill signal) should be caught by rsync, allowing it to cleanup before it exits. However I've found that a file was left after interruption,

Re: are partial files always deleted on interruption?

2009-07-04 Thread Carlos Carvalho
Wayne Davison (way...@samba.org) wrote on 4 July 2009 08:53: On Fri, Jul 03, 2009 at 03:32:29PM -0300, Carlos Carvalho wrote: Both processes were killed with the same command, kill pid1 pid2. A SIGTERM (the default kill signal) should be caught by rsync, allowing it to cleanup before it

are partial files always deleted on interruption?

2009-07-03 Thread Carlos Carvalho
The manual says that a file being transfered is removed if rsync gets an interruption and --partial is not used or implied by other options like partial-dir or delay-updates. However I've found that a file was left after interruption, with a zero size. Would it be possible that rsync doesn't