Sign inSign up

cohalz/cron-s3-sync

By cohalz

•Updated over 7 years ago

a docker container that runs s3 sync every minute

Image
0

2.7K

cohalz/cron-s3-sync repository overview

⁠cron-s3-sync

This runs s3 sync --exact-timestamps --delete every minute

⁠Docker Hub

⁠Usage

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

Tag summary

Content type

Image

Digest

Size

36.4 MB

Last updated

over 7 years ago

docker pull cohalz/cron-s3-sync