RE: Interrupted transfer of a file

2000-12-22 Thread David Bolen
Whoops, I wrote in my previous message: > So you lose the copy, but rsync still exits with a non-zero code, > which makes it look like there was nothing to transfer (e.g., no > change to the file). That should have said "exits with a zero exit code" - e.g., it exits looking like it was successfu

RE: Interrupted transfer of a file

2000-12-22 Thread David Bolen
Bennett Todd [[EMAIL PROTECTED]] writes: > 2000-12-22-16:11:08 Richard Odom: > > Is there anything like a completion code that can be captured to use for > > a check/restart? > > Well, I'm pretty sure rsync exits with nonzero status if it bombs > off, but I can't say I've had it bomb off enough

Re: Interrupted transfer of a file

2000-12-22 Thread Bennett Todd
2000-12-22-16:11:08 Richard Odom: > If a new file is being sent and communication is lost..Is the partial > file retained and then only the 'changed' information is sent on the > next transfer? Or is the partial file lost? Either way, that's controlled by the "--partial" option. If you must keep

Interrupted transfer of a file

2000-12-22 Thread Richard Odom
If a new file is being sent and communication is lost..Is the partial file retained and then only the 'changed' information is sent on the next transfer? Or is the partial file lost? Is there anything like a completion code that can be captured to use for a check/restart? We often have bad or in

Re: Delete-after option

2000-12-22 Thread John Horne
On 21-Dec-00 at 18:16:17 Dave Dykstra wrote: > On Wed, Dec 20, 2000 at 12:44:46PM -, John Horne wrote: >> A quick (I hope) question regarding the '--delete-after' option. Does >> this option actually do the deleting or is it just a logical/boolean >> switch which must be used with the '--delet