Bug 10990 - rsync -avHP does not detect out of space situation
Summary: rsync -avHP does not detect out of space situation
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 15:44 UTC by Dmitry Morozovsky
Modified: 2014-12-06 15:44 UTC (History)
0 users

See Also:


Attachments
script demonstrating the bug (11.14 KB, text/plain)
2014-12-06 15:44 UTC, Dmitry Morozovsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky 2014-12-06 15:44:31 UTC
Created attachment 10498 [details]
script demonstrating the bug

when using set of -avHP options, and when there is out-of-space situation at the destination, rsync does not exit but reading all the remaining files till the end; it, however, correctly reports name of last file which does overflow the destination.

see attached script that demonstrates the bug