samba-bugs at samba.org
2015-Sep-10 22:06 UTC
[Bug 11513] New: Modified rrsync to support write-only usage
https://bugzilla.samba.org/show_bug.cgi?id=11513 Bug ID: 11513 Summary: Modified rrsync to support write-only usage Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayned at samba.org Reporter: jason.pfeil at gmail.com QA Contact: rsync-qa at samba.org Created attachment 11428 --> https://bugzilla.samba.org/attachment.cgi?id=11428&action=edit Proposed patch to add -wo option to rrsync that is mutex with existing -ro option I needed to use rrsync as a write-only solution rather than a read-write or a read-only solution. I added an additional option -wo that does this. It also traps the error condition that a person specifies BOTH the -ro and the new -wo options. I'm attaching the patch in case you wanted to include it going forward. Thank you very much. -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Sep-13 23:29 UTC
[Bug 11513] Modified rrsync to support write-only usage
https://bugzilla.samba.org/show_bug.cgi?id=11513 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> --- Seems like a simple and reasonable thing to add. I appreciate the patch, though I made the change a little differently (e.g. your code wouldn't have complained about -wo -ro, though it would have complained about -ro -wo). -- You are receiving this mail because: You are the QA Contact for the bug.
Reasonably Related Threads
- DO NOT REPLY [Bug 6020] New: support/rrsync fails when server-side options include "-e."
- [PATCH] rrsync: Add several long options used by BackupPC
- [Bug 11879] New: escape rrsync restricted folder
- rrsync with --delete
- [Bug 3570] New: Add substitution token for explicitly selected IdentityFile for ControlPath selection