Bug 12741 - stop rsync on "No space left on device"
Summary: stop rsync on "No space left on device"
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.2
Hardware: x86 Linux
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-13 05:23 UTC by ryuta
Modified: 2020-04-09 17:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ryuta 2017-04-13 05:23:20 UTC
rsync show me :
rsync: delete_file: make_backup(...) failed: No space left on device (28)
rsync: delete_file: make_backup(...) failed: No space left on device (28)
...
in output.
Rsync is right, but I would like it to stop on first error, because I think that it isn't necessary that it populate my log moreover and use my CPU and my network vainly.
Despite I understand that another backup of a more little file could succeed, I think it could be useful.

Thanks for your work.

Regards.
Comment 1 Ben RUBSON 2020-04-09 17:34:31 UTC
I think the required patch may be there :
https://bugzilla.samba.org/show_bug.cgi?id=12525