caseycs / dir-restore-s3

Docker image to restore S3 archive to directory

Home Page:https://hub.docker.com/r/caseycs/dir-restore-s3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dir-restore-s3

Docker image to restore S3 archive to directory via s3cmd

Motivation

To restore Docker volume or just a directory from backup.

Usage example

docker run --rm \
  -v $(pwd):/restore \
  -e AWS_ACCESS_KEY=xxx \
  -e AWS_SECRET_KEY=xxx \
  -e DUMP_FILENAMES=true \
  caseycs/dir-restore-s3 \
  s3://bucket/directory/file

About

Docker image to restore S3 archive to directory

https://hub.docker.com/r/caseycs/dir-restore-s3/


Languages

Language:Shell 100.0%