Displaying 1 result from an estimated 1 matches for "items_11".
Did you mean:
item11
2016 Jan 12
4
[Bug 11668] New: incorrect/inconsistent behavior when --backup-dir is on a full filesystem
...filesystem.
for instance:
* rsync version 3.1.2 protocol version 31
* the filesystem mounted on /2 is 100% full, /1 has plenty of space
when the destination files exist but a delta needs to be transmitted, running:
> rsync -av --delete -b --backup-dir=/2/tmp rsync://instance0.us.archive.org/items_11/McGillLibrary-129621-5035 /1/2.1/.
results in:
> receiving incremental file list
> McGillLibrary-129621-5035/129621_scandata.xml
> rsync: backup mkdir /2/tmp/McGillLibrary-129621-5035 failed: No space left on device (28)
>
> sent 164 bytes received 1,333 bytes 2,994.00 bytes/sec
&...