samba-bugs@samba.org
2009-Jan-03 20:12 UTC
DO NOT REPLY [Bug 6010] New: Need a --noprogress option
https://bugzilla.samba.org/show_bug.cgi?id=6010
Summary: Need a --noprogress option
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Dave@Yost.com
QAContact: rsync-qa@samba.org
My script constructs an rsync command with a --progress arg by default.
I let the user of my script specify rsync args, which I append to the default
args.
Without a --noprogress arg, the user can't turn off the default I chose.
I could work around this by recognizing --noprogress, deleting it from the user
list and deleting --progress from my default list. Messier, and it also
introduces into the user's mind that there is a --noprogress arg to rsync,
which there isn't.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2009-Jan-03 20:14 UTC
DO NOT REPLY [Bug 6010] Need a --noprogress option
https://bugzilla.samba.org/show_bug.cgi?id=6010
Dave@Yost.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from Dave@Yost.com 2009-01-03 14:14 CST -------
oh.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2009-Jan-04 04:38 UTC
DO NOT REPLY [Bug 6010] Need a --noprogress option
https://bugzilla.samba.org/show_bug.cgi?id=6010
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #2 from wayned@samba.org 2009-01-03 22:39 CST -------
I assume you found the --no-progress option (which I note here to make the
bug's comments complete). Enjoy!
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Apparently Analagous Threads
- DO NOT REPLY [Bug 5665] New: need option to hard link from source tree to dest tree
- DO NOT REPLY [Bug 5795] New: error in rsync protocol data stream (code 12) at io.c(632) [sender=3.0.4]
- DO NOT REPLY [Bug 6542] New: rsync: hlink.c:125: match_gnums: Assertion `gnum >= hlink_flist->ndx_start' failed.
- DO NOT REPLY [Bug 6543] New: when crashing, announce the last file that was correctly copied
- DO NOT REPLY [Bug 7670] New: rsync --hard-links fails where ditto succeeds