[Bug 5728] Change --min-size and --max-size to filter the file lists, like excludes

2020-07-27 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=5728

Wayne Davison  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from Wayne Davison  ---
I am not included to change how these behave.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
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


DO NOT REPLY [Bug 5728] Change --min-size and --max-size to filter the file lists, like excludes

2008-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5728





--- Comment #3 from [EMAIL PROTECTED]  2008-08-31 16:18 CST ---
I do not want to delete files on the recieving side. So there is no need to
"prepare" for that possibility. 

And as I said, there are enormous amounts of hardlinks between the directories,
that would be broken if I copied per-directory. 

There could be something like 
   if (otherside_needs_full_list || filter (curpath)) 
   send_this_file (curpath); 
in the code that sends the file list?


-- 
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


DO NOT REPLY [Bug 5728] Change --min-size and --max-size to filter the file lists, like excludes

2008-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5728


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|minor   |enhancement
 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |
Summary|Rsync --min-size and --max- |Change --min-size and --max-
   |size filter too late in the |size to filter the file
   |process.|lists, like excludes
Version|2.6.9   |3.1.0




--- Comment #2 from [EMAIL PROTECTED]  2008-08-31 13:31 CST ---
Actually, I was too hasty in my closure.  Filtering the file lists would work
OK as long as the receiver was doing a similar filter.  Delete would behave
differently than with the current options, but not-deleting certain
out-of-range files would be comparable to the exclusions that happen for the
current filter rules.


-- 
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