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: Sat, 22 Jul 2023 11:03:12 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

good to hear Sergey,

just checked the source
 https://gitlab.com/duplicity/duplicity/-/blob/main/duplicity/dup_time.py#L47-76
and it states that '<month>/<day>/<year>' like '06/22/2023' should work fine.

what's the error?

sunny regards ..ede

On 22.07.2023 07:58, Сергей Цаболов wrote:
hey Edgar,

Thank you  for answer.

With --time 07/17/2023 is not working, but with

duplicity list-current-files --time 2023-07-17 file:///backend/url is working 
now.


21.07.2023 21:00, edgar.soldin--- via Duplicity-talk пишет:
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

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




reply via email to

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