duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Getting parsable a list of all backups


From: edgar . soldin
Subject: Re: [Duplicity-talk] Getting parsable a list of all backups
Date: Wed, 25 Jan 2012 17:59:33 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

On 25.01.2012 17:42, Zoran Zaric wrote:
>> have you had a look at the --log-fd parameter which allows you output 
>> machine parseable  text?
> Thanks, that looks usable.  Any recommendation how to pipe that ouput to 
> another
> process?


try

duplicity --log-fd 3 ... 3>&1 1>/dev/null | ...

ignore lines starting with . (these are the user readable equivalent)

in case you've worked out a suitable shell script routine i might be interested 
to integrate it in duply. finding all backup versions of a file use case and 
such.


..ede/duply.net



reply via email to

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