Re: A question about rsync filters, not sure if I understand the man page

"Francis.Montagnac--- via rsync" <[email protected]> Wed, 17 Jul 2024 07:22:07 +0200
Newsgroups gmane.network.rsync.general
Message-ID <[email protected]>
On Tue, 16 Jul 2024 11:12:54 -0700 Ian Z via rsync wrote:

> On Tue, Jul 16, 2024 at 05:56:28PM GMT, Francis.Montagnac--- via rsync wrote:

>> No. Assuming you are doing this backup from your homedir, you should
>> add to your .rsync-filter file:

>>   + /.local/
>>   + /.local/share/
>>   + /.local/share/evolution/
>>   + /.local/share/evolution/calendar/
>>   + /.local/share/evolution/calendar/system/
>>   + /.local/share/evolution/calendar/system/calendar.ics
>>   - /.local/share/**

> But but but, will this not also include everything else in

> .local/share/evolution/calendar/system/ ?

No no no, because

  + /.local/share/evolution/calendar/system/

will not include recursively this directory, unlike

  + /.local/share/evolution/calendar/system/**

-- 
francis

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