Automatically restore backed up files in S3 with new CLI script #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/9/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds a new script
restore.pywhich reads a config file and downloads eachabspath_destinationintoabspath_temp. It then extracts the contents of each archive into the appropriateabspath_targetpath. It essentially doesbackup.pyin reverse.