duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] exclude dotfiles or config dirs


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] exclude dotfiles or config dirs
Date: Thu, 02 Aug 2007 10:24:38 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Christian Degenkolb wrote:
> hi
> 
> i started playing around with duplicity to manage my homedir backups
> but now i ran into a problem. how can i get duplicity to exclude all
> dotfiles or config directories and include only selected ones.
> 
> i tried with --include-filelist and the following file
> 
> /home/user/
> - /home/user/.*
> + /home/user/.config/
> + /home/user/.gnupg/
> 
> but duplicity still adds not selected directories.
> is there another way to achieve my task?

You need to use --include-globbing-filelist to get it to understand the
special characters.  The --include-filelist is strictly a list of files
without globbing.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]