|
|
|
@@ -122,7 +122,7 @@ Be sure to view the following repositories to understand all the customizable op
|
|
|
|
#### Container Options
|
|
|
|
#### Container Options
|
|
|
|
|
|
|
|
|
|
|
|
| Parameter | Description | Default |
|
|
|
|
| Parameter | Description | Default |
|
|
|
|
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------- |
|
|
|
|
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------- |
|
|
|
|
| `BACKUP_LOCATION` | Backup to `FILESYSTEM` or `S3` compatible services like S3, Minio, Wasabi | `FILESYSTEM` |
|
|
|
|
| `BACKUP_LOCATION` | Backup to `FILESYSTEM` or `S3` compatible services like S3, Minio, Wasabi | `FILESYSTEM` |
|
|
|
|
| `MODE` | `AUTO` mode to use internal scheduling routines or `MANUAL` to simply use this as manual backups only executed by your own means | `AUTO` |
|
|
|
|
| `MODE` | `AUTO` mode to use internal scheduling routines or `MANUAL` to simply use this as manual backups only executed by your own means | `AUTO` |
|
|
|
|
| `MANUAL_RUN_FOREVER` | `TRUE` or `FALSE` if you wish to try to make the container exit after the backup | `TRUE` |
|
|
|
|
| `MANUAL_RUN_FOREVER` | `TRUE` or `FALSE` if you wish to try to make the container exit after the backup | `TRUE` |
|
|
|
|
@@ -153,7 +153,7 @@ Be sure to view the following repositories to understand all the customizable op
|
|
|
|
- You may need to wrap your `DB_DUMP_BEGIN` value in quotes for it to properly parse. There have been reports of backups that start with a `0` get converted into a different format which will not allow the timer to start at the correct time.
|
|
|
|
- You may need to wrap your `DB_DUMP_BEGIN` value in quotes for it to properly parse. There have been reports of backups that start with a `0` get converted into a different format which will not allow the timer to start at the correct time.
|
|
|
|
### Backup Options
|
|
|
|
### Backup Options
|
|
|
|
| Parameter | Description | Default |
|
|
|
|
| Parameter | Description | Default |
|
|
|
|
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------- |
|
|
|
|
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
|
|
| `COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE` | `GZ` |
|
|
|
|
| `COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE` | `GZ` |
|
|
|
|
| `COMPRESSION_LEVEL` | Numberical value of what level of compression to use, most allow `1` to `9` except for `ZSTD` which allows for `1` to `19` - | `3` |
|
|
|
|
| `COMPRESSION_LEVEL` | Numberical value of what level of compression to use, most allow `1` to `9` except for `ZSTD` which allows for `1` to `19` - | `3` |
|
|
|
|
| `ENABLE_PARALLEL_COMPRESSION` | Use multiple cores when compressing backups `TRUE` or `FALSE` | `TRUE` |
|
|
|
|
| `ENABLE_PARALLEL_COMPRESSION` | Use multiple cores when compressing backups `TRUE` or `FALSE` | `TRUE` |
|
|
|
|
|