Bug 7975 - Would be useful to warn/error on files excluded by --update
Summary: Would be useful to warn/error on files excluded by --update
Status: RESOLVED WORKSFORME
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: Other Other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 22:20 UTC by Jeffrey Friedl
Modified: 2011-02-26 22:33 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 Jeffrey Friedl 2011-02-26 22:20:55 UTC
Hi.
It would be useful to be able to have rsync warn or die if a file is not transferred due to --update.

The use case is that if you're intending a source to be a "master source" for a destination, you want to be told in a proactive manner if a (non-excluded) file has actually been edited at the destination.

Thanks!
Comment 1 Matt McCutchen 2011-02-26 22:33:20 UTC
Pass -vv or --info=skip and you will get a message, "FILE is newer".