Skip to content

karllhughes/mongodump-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodump-s3

For documentation and usage, see the original repository

Here's how I use this image:

docker run -it --rm \
  -e "MONGO_URI=..." \
  -e "AWS_ACCESS_KEY_ID=..." \
  -e "AWS_SECRET_ACCESS_KEY=..." \
  -e "AWS_DEFAULT_REGION=..." \
  -e "S3_BUCKET=..." \
  -e "MAX_BACKUPS=..." \
  karllhughes/mongodump-s3

License

MIT

About

Docker Image with Alpine Linux, mongodump and awscli for backup mongo database to s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.1%
  • Python 27.8%
  • Dockerfile 20.1%