Sign inSign up

so0k/aws-sync-sample

By so0k

Updated over 9 years ago

s3 sync to volume

Image
0

968

so0k/aws-sync-sample repository overview

S3 Sync Container

Script to sync s3 buckets to host mounts

Uses cron tabs to sync an s3 bucket on a schedule.

Sample .env file:

AWS_ACCESS_KEY_ID=AKIA...
AWS_SECRET_ACCESS_KEY=plT...
S3_BUCKET=MyBucket
NFS_BACKUP=/mnt/backups
DEADMAN_SNITCH=https://hchk.io/<uid>

Run container:

docker run \
    -v /mnt/nfs/backups/:/mnt/backups \
    --env-file .env \
    so0k/aws-sync-sample:latest

Tag summary

Content type

Image

Digest

Size

49.5 MB

Last updated

over 9 years ago

docker pull so0k/aws-sync-sample