duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] versions of an archived file


From: Mark Grandi
Subject: Re: [Duplicity-talk] versions of an archived file
Date: Fri, 20 May 2016 11:33:54 -0700

You can parse the manifest files and build a data structure and build up a 
version list of every individual file, which should be pretty easy as the 
manifest files are basically <operation> <filepath> , one on each line

~Mark

> On May 20, 2016, at 10:52, Norman Goldstein via Duplicity-talk 
> <address@hidden> wrote:
> 
> I am interested to get a list of versions (dates) of an archived file,
> and can think only of a brute force way of doing this:
> -- Get all the duplicity archive dates.
> -- For each archive date, run a duplicity list command, and
>   inspect whether the file of interest is in the list.
> Is there an easier way?
> 
> _______________________________________________
> 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]