[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Duplicity-talk] list-all-files command
From: |
edgar . soldin |
Subject: |
Re: [Duplicity-talk] list-all-files command |
Date: |
Wed, 16 Apr 2014 15:07:32 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
yeah, i always envisioned a duplicity wide interpretation of the in/exclude
files. that's already there but not implemented for most commands. it could
even make --file-to-restore obsolete in the future.
..ede/duply.net
On 16.04.2014 14:52, Michael Terry wrote:
> 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 <mailto: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
> <https://code.launchpad.net/%7Estan/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 <mailto:address@hidden>
> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>
>
>
>
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>