This image provides a cron daemon that runs daily backups from mongo (clustered or single instance) to Amazon S3.
Following ENV variables must be specified:
MONGO_URLcontains the connection string for mongodump command line client (option -h)MONGO_USERcontains the usernameMONGO_PASSWORDpassword of a user who has access to all dbsS3_URLcontains address in S3 where to store backupsbucket-name/directoryS3_ACCESS_KEYS3_SECRET_KEYCRON_SCHEDULEcron schedule string, default '0 2 * * *'