Docker image to restore S3 archive to directory
1.0K
Docker image to restore S3 archive to directory via s3cmd
To restore Docker volume or just a directory from backup.
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
Content type
Image
Digest
Size
19.1 MB
Last updated
over 8 years ago
docker pull caseycs/dir-restore-s3