← Back to team overview

duplicity-team team mailing list archive

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.