duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Test includes/excludes


From: edgar . soldin
Subject: Re: [Duplicity-talk] Test includes/excludes
Date: Thu, 24 Jan 2013 13:38:33 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

On 24.01.2013 12:05, Sven wrote:
> Hi
> 
> I couldn't find this in the documentation: Is there a way to test the
> includes/excludes of a backup and print the matching files rather than
> performing a real backup? I've tried combinations of --dry-run with -v yet to 
> no
> avail.
> 

using --dry-run and -v9 shows you line combinations like 

"
Selecting path/to/file
Comparing ('file',) and None
Getting delta of (('file',) path/to/file reg) and None
A file
"

note the /Selecting .../ part.

you could parse the output through awk/sed to filter these only.

..ede



reply via email to

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