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: Сергей Цаболов
Subject: Re: [Duplicity-talk] duplicity list-current-files
Date: Sat, 22 Jul 2023 08:58:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

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
--
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]