duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04449
Re: [Question #656947]: restoring metadata from amazon glacier
Question #656947 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/656947
Martin gave more information on the question:
This is better:
if hasattr(globals.backend.backend, 'pre_process_download'):
for fn in local_missing:
globals.backend.backend.pre_process_download(fn,wait=False) # restore from S3
for fn in local_missing:
copy_to_local(fn)
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.