duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] list-all-files command


From: Michael Terry
Subject: Re: [Duplicity-talk] list-all-files command
Date: Wed, 16 Apr 2014 08:52:10 -0400

I imagine another thing useful for such a use case would be asking duplicity to only consider a particular directory, rather than giving all files in the entire backup (which could be a lot of data, especially if it gives you all versions of those files).


On 16 April 2014 04:49, Tristan Hill <address@hidden> wrote:
Hi,

I want to make a restore interface that allows browsing through the
backed up data, including different versions of files and deleted
files.

I'm thinking that I want duplicity to print a list of all versions of
files stored and when those files were deleted in an output similar to
list-current-files.  I can then parse this to create a view showing
the data.

To aid this I'm playing with adding a list-all-files command.  I've
made some initial changes on a branch,
https://code.launchpad.net/~stan/duplicity/list-all-files.

Currently I'm looking over all the signature chains and printing the
file objects in each.  However, I'm not really sure what's in the
signature chain.  For example, in the reasonable sized backup I'm
testing there are 4 entries for my vimrc:

Sun Mar 23 10:08:27 2014 home/stan/.vimrc
Sun Mar 23 10:08:27 2014 home/stan/.vimrc
Sun Mar 23 10:08:27 2014 home/stan/.vimrc
Sun Mar 23 10:08:27 2014 home/stan/.vimrc

Can anyone explain?

Thanks
Tristan

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

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