Bug 10941 - include should supersede max-size
Summary: include should supersede max-size
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.9
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 01:48 UTC by dgermansbz
Modified: 2014-11-19 14:38 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dgermansbz 2014-11-18 01:48:17 UTC
Most of the very large files I have are distributions from elsewhere. 
I have used --max-size=10MB to skip them.
I do have some specific files that I want transferred which are greater than 10MB so I entered them in the --include-from=includes.
I expected rsync to transfer the files listed in includes but it didn't.
Comment 1 Kevin Korb 2014-11-18 02:52:52 UTC
--include[-from] is only for overriding excludes.
Comment 2 roland 2014-11-19 14:38:08 UTC
i think this is a very special use case and adding that as a feature would make no sense, imho, as rsync shouldn`t be turned into a jack of all trades tool.

what about specifically syncing those files with an extra run ?