https://bugzilla.samba.org/show_bug.cgi?id=7246





------- Comment #1 from [email protected]  2010-03-17 02:29 CST -------
--max-size works just fine for me:

$ rsync --version
rsync  version 3.0.7  protocol version 30
[...]
$ mkdir src dest
$ truncate -s 16G src/gigantic
$ rsync -vv --max-size=1m src/gigantic dest/
delta-transmission disabled for local transfer or --whole-file
gigantic is over max-size
total: matches=0  hash_hits=0  false_alarms=0 data=0

sent 31 bytes  received 12 bytes  86.00 bytes/sec
total size is 17179869184  speedup is 399531841.49

Are you doing something different?


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to