samba-bugs at samba.org
2013-Oct-19 10:21 UTC
[Bug 10219] New: Warn if list files more than once
https://bugzilla.samba.org/show_bug.cgi?id=10219
Summary: Warn if list files more than once
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jidanni at jidanni.org
QAContact: rsync-qa at samba.org
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
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Reasonably Related Threads
- [Bug 2285] New: Say NOT updated instead of updated
- runs.test in by() statement
- [Bug 13587] New: Add a --dry-run way to show destination for each item
- [Bug 3557] New: Multiple files force undocumented remote directory creation
- [Bug 3660] New: Prevent disastrous unintended local copying
