Search Docker Hub
cron-s3-sync
By cohalz
a docker container that runs s3 sync every minute
2.7K
This runs s3 sync --exact-timestamps --delete every minute
s3 sync --exact-timestamps --delete
docker run --init \ -e "AWS_ACCESS_KEY_ID=xxxxxxxxxx" \ -e "AWS_SECRET_ACCESS_KEY=xxxxxxxxxx" \ -e "S3_BUCKET=your-bucket" \ -e "LOCAL_DIR=/tmp/dir/" \ -e "SYNC_TYPE=PULL" \ cohalz/cron-s3-sync
Content type
Image
Digest
Size
36.4 MB
Last updated
over 7 years ago
docker pull cohalz/cron-s3-sync