Re: bug: xattr filter rule treated as file filter rule on the remote side

2020-06-13 Thread Wayne Davison via rsync
On Wed, May 16, 2018 at 10:03 AM Andras Nagy wrote: > Summary: an xattr filter rule (e.g. --filter='-x! user.*’, which is > suggested by the documentation) is treated as a file filter rule on the > remote side. > This got fixed in git a long time ago, but I (sadly) haven't yet made a new release

Re: bug: xattr filter rule treated as file filter rule on the remote side

2018-04-29 Thread Andras Nagy via rsync
> On Apr 29, 2018, at 8:45 AM, Paul Slootman via rsync > wrote: > I think that you're missing the point that filter rules affect the list > of files to be transferred. This implies that it always applies to the > *sending* side, as that is the side that builds the list

Re: bug: xattr filter rule treated as file filter rule on the remote side

2018-04-29 Thread Paul Slootman via rsync
On Sat 28 Apr 2018, Andras Nagy via rsync wrote: > Summary: an xattr filter rule (e.g. --filter='-x! user.*’, which is suggested > by the documentation) is treated as a file filter rule on the remote side. I think that you're missing the point that filter rules affect the list of files to be

bug: xattr filter rule treated as file filter rule on the remote side

2018-04-28 Thread Andras Nagy via rsync
Summary: an xattr filter rule (e.g. --filter='-x! user.*’, which is suggested by the documentation) is treated as a file filter rule on the remote side. Repro #1, sender is local: host1$ rsync --filter=‘-x! user.*' -avvvHX --delete /tmp/test/. host2:test ... [Receiver] add_rule(-! user.*) Repro