generated from ztimson/template
Updated env vars
All checks were successful
Build and publish / Build Container (push) Successful in 13s
All checks were successful
Build and publish / Build Container (push) Successful in 13s
This commit is contained in:
12
README.md
12
README.md
@@ -51,12 +51,12 @@ To restore a backup, uncompress it and use the official `mongorestore`
|
||||
|
||||
### Environment Variables
|
||||
|
||||
| Variable | Description | Default | Example |
|
||||
|-------------------------|----------------------------|---------------|---------------|
|
||||
| `MONGO_INITDB_DATABASE` | Database name to backup | - | `myapp` |
|
||||
| `BACKUP_CRON` | Cron schedule expression | - | `0 */6 * * *` |
|
||||
| `BACKUP_DIR` | Directory to store backups | /data/backups | `/backups` |
|
||||
| `BACKUP_RETENTION` | Number of backups to keep | - | `7` |
|
||||
| Variable | Description | Default | Example |
|
||||
|--------------------|--------------------------------|--------------------------|---------------|
|
||||
| `BACKUP_CRON` | Cron schedule expression | - | `0 */6 * * *` |
|
||||
| `BACKUP_DIR` | Directory to store backups | /data/backups | `/backups` |
|
||||
| `BACKUP_DB` | Database that will be backedup | `$MONGO_INITDB_DATABASE` | `admin` | |
|
||||
| `BACKUP_RETENTION` | Number of backups to keep | - | `7` |
|
||||
|
||||
### Built With
|
||||
|
||||
|
||||
Reference in New Issue
Block a user