duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] duplicity list-current-files


From: edgar . soldin
Subject: Re: [Duplicity-talk] duplicity list-current-files
Date: Fri, 21 Jul 2023 20:00:10 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 21.07.2023 18:39, Сергей Цаболов via Duplicity-talk wrote:
Hello to all.

Can some one to suggest me how I read the  duplicity list-current-files from 
Incremental backup some thing like

Incremental         Fri Jul 21 03:20:01 2023                 1


hey Sergey,

in case you want to list backed up files of a specific full/incremental backup set 
use the `--time <time>` parameter as documented in the man page
"
list-current-files [--time <time>] <url>
Lists the files contained in the most current backup or backup at time. The 
information will be extracted from the signature files, not the archive data 
itself. Thus the whole archive does not have to be downloaded, but on the other 
hand if the archive has been deleted or corrupted, this command will not detect 
it.
"
use a time format a described in the man page too 
https://duplicity.us/stable/duplicity.1.html#time-formats

so e.g. for the "Incremental Fri Jul 21 03:20:01 2023" it is probably

duplicity list-current-files --time 06/22/2023 your://backend/url

note: assuming that you did only one backup that day i chose the next midnight 
for the listing. there are other time formats too (incl. time of day). check 
the manpage.

good luck! ..ede/duply.net



reply via email to

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