Hi.

On Thu, 30 May 2013 22:17:24 +0200 Christoph Biedl wrote:
> there's an old proposal to exclude a directory and its subdirectories
> from being backed up and the like, ...

You can achieve that already with the -F option of rsync. Create a
.rsync-filter file in the directories you want with the following
content:

+ .rsync-filter
- *

The first rule is useful in case of a full restore from the backup
to keep track of the directories you want to exclude.

    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

Reply via email to