samba-bugs at samba.org
2011-Feb-21 03:42 UTC
DO NOT REPLY [Bug 7965] New: --max-size=0 is invalid (should transfer 0-byte files)
https://bugzilla.samba.org/show_bug.cgi?id=7965 Summary: --max-size=0 is invalid (should transfer 0-byte files) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: ivan+samba at ludios.org QAContact: rsync-qa at samba.org $ rsync -a --max-size=0 source dest rsync: --max-size value is invalid: 0 rsync error: syntax or usage error (code 1) at main.c(1443) [client=3.0.7] It's a bit odd that there's a way to transfer (0 or 1 byte) files, but no way to transfer only 0-byte files. -- 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 at samba.org
2011-Dec-24 20:34 UTC
[Bug 7965] --max-size=0 is invalid (should transfer 0-byte files)
https://bugzilla.samba.org/show_bug.cgi?id=7965 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> 2011-12-24 20:34:12 UTC --- I'm checking in a fix for this. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Maybe Matching Threads
- DO NOT REPLY [Bug 7246] New: max-size not working in 3.0.7 built from source with default configure
- DO NOT REPLY [Bug 7953] New: -x flag prevents symlink on source filesystem from overwriting dest dir
- DO NOT REPLY [Bug 7668] New: Add --omit-symlink-times option, same purpose as --omit-dir-times
- DO NOT REPLY [Bug 7941] New: Formatting bug in rsync man page? (man -k, whatis, catman -w)
- DO NOT REPLY [Bug 7109] New: Need to define NO_SYMLINK_XATTR on Linux