Using duplicity to backup a folder on a certain event, how can I get a list of all available backup dates as I don't know in advance when the event occurred? I want to list the available dates as deja-dup does. Final goal is to restore a certain date from the list.
duplicity file:///backup-folder restore-folder --restore-time "yyyy-mm-dd"
The following command is probably what you're looking for:
example:
I know this is old, but I believe you can do (using S3 as an example):
duplicity list-current-files s3+http://bucket/folder
Hope this helps somewhat...or hope that you already found your answer!