Bug 10219 - Warn if list files more than once
Summary: Warn if list files more than once
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.9
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 10:21 UTC by Dan Jacobson
Modified: 2013-10-19 10:21 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 Dan Jacobson 2013-10-19 10:21:20 UTC
Wish it would tell me I'm repeating myself.

$ rsync -uva age_grouper Makefile filter extractor extractor extractor interviewer m.jidanni.org:ceeeeeeee/
building file list ... done
Makefile

See how "real" programs do it:

$ touch f
$ mkdir w
$ cp f f f w
cp: warning: source file ‘f’ specified more than once
cp: warning: source file ‘f’ specified more than once