← 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:
For testing, I inserted a second loop for restoring files in
duplicity.sync_archive, around line 1185:

            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)

This seems to do it.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.