Skip to content

jrottenberg/mongobackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo backup

Docker Repository on Quay

Operations

Two modes of operation

Crond

Run as a deployment, supercronic inside the container will initiates the backup

choose CRON=hourly|daily|weekly I use minutely for my test.

Standalone

Run as a job trigger , executes /backup.sh directly

Environment variables

  • MONGO_SERVER=mongodb
  • PREFIX=backup/mongo
  • S3_BUCKET

CRON=hourly|daily|weekly (or not set to run standalone command)

Make sure you have write access to ${S3_BUCKET}

Releases

No releases published

Packages

No packages published

Languages