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

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

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 successful.