Bug or undesired behavior when quota exceeded

2007-11-08 Thread Janusz Jurski
Hi, I have just noticed an undesired behavior when using rsync when disk quota is exceeded. I do not know how to avoid it (or maybe it can be considered as a bug). The following is a scenario that leads to the undesired behavior: 1) I normally execute two following commands to synchronize

Re: Bug or undesired behavior when quota exceeded

2007-11-08 Thread Matt McCutchen
On Thu, 2007-11-08 at 12:30 +0100, Janusz Jurski wrote: I have just noticed an undesired behavior when using rsync when disk quota is exceeded. 1) I normally execute two following commands to synchronize folders between a local host and a remote host: rsync -aCPvu --existing dir1 [EMAIL

Re: Bug or undesired behavior when quota exceeded

2007-11-08 Thread Janusz Jurski
On 2007-11-08 at 15:05, Matt McCutchen wrote: On Thu, 2007-11-08 at 12:30 +0100, Janusz Jurski wrote: Any idea on how to avoid such a situation? The trouble is that you are passing --partial (-P = --partial --progress), which makes the receiver in the first command move the partially

Re: Bug or undesired behavior when quota exceeded

2007-11-08 Thread Matt McCutchen
On Thu, 2007-11-08 at 18:36 +0100, Janusz Jurski wrote: But it seems to me that this is against the description of the partial option in rsync manual. In my opinion, the partially transferred file shall be kept for future reuse and shall not overwrite the destination file. Also, the