What happens after --max-delete is reached? Are updates processed?

2012-10-31 Thread Sebastian Arcus
Reading the manual page: "This tells rsync not to delete more than NUM files or directories." Also, according to docs, rsync exits with code 25 if max-delete has been reached. Now, rsync starts with the deletes by default, and then it does updates. My question is, if --max-delete has been reac

Re: What happens after --max-delete is reached? Are updates processed?

2012-10-31 Thread Sebastian Arcus
On 31/10/12 11:38, Voelker, Bernhard wrote: Sebastian Arcus wrote (Wednesday, October 31, 2012 12:18 PM): Reading the manual page: "This tells rsync not to delete more than NUM files or directories." Also, according to docs, rsync exits with code 25 if max-delete has been reached.

Re: What happens after --max-delete is reached? Are updates processed?

2012-11-12 Thread Sebastian Arcus
On 31/10/12 11:38, Voelker, Bernhard wrote: Sebastian Arcus wrote (Wednesday, October 31, 2012 12:18 PM): Reading the manual page: "This tells rsync not to delete more than NUM files or directories." Also, according to docs, rsync exits with code 25 if max-delete has been reached.