@@ -322,12 +322,13 @@ Options that are related to the value of `DEFAULT_BACKUP_LOCATION`
322
322
323
323
If ` DEFAULT_BACKUP_LOCTION ` = ` FILESYSTEM ` then the following options are used:
324
324
325
- | Variable | Description | Default |
326
- | --------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------- |
327
- | ` DEFAULT_CREATE_LATEST_SYMLINK ` | Create a symbolic link pointing to last backup in this format: ` latest-(DB_TYPE)-(DB_NAME)-(DB_HOST) ` | ` TRUE ` |
328
- | ` DEFAULT_FILESYSTEM_PATH ` | Directory where the database dumps are kept. | ` /backup ` |
329
- | ` DEFAULT_FILESYSTEM_ARCHIVE_PATH ` | Optional Directory where the database dumps archives are kept | ` ${DEFAULT_FILESYSTEM_PATH}/archive/ ` |
330
- | ` DEFAULT_FILESYSTEM_PERMISSION ` | Directory and File permissions to apply to files. | ` 600 ` |
325
+ | Variable | Description | Default |
326
+ | ------------------------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------- |
327
+ | ` DEFAULT_CREATE_LATEST_SYMLINK ` | Create a symbolic link pointing to last backup in this format: ` latest-(DB_TYPE)-(DB_NAME)-(DB_HOST) ` | ` TRUE ` |
328
+ | ` DEFAULT_FILESYSTEM_PATH ` | Directory where the database dumps are kept. | ` /backup ` |
329
+ | ` DEFAULT_FILESYSTEM_PATH_PERMISSION ` | Permissions to apply to backup directory | ` 700 ` |
330
+ | ` DEFAULT_FILESYSTEM_ARCHIVE_PATH ` | Optional Directory where the database dumps archives are kept | ` ${DEFAULT_FILESYSTEM_PATH}/archive/ ` |
331
+ | ` DEFAULT_FILESYSTEM_PERMISSION ` | Permissions to apply to files. | ` 600 ` |
331
332
332
333
###### S3
333
334
@@ -492,7 +493,7 @@ Encryption will occur after compression and the resulting filename will have a `
492
493
| | Absolute HHMM, e.g. ` 2330 ` or ` 0415 ` | |
493
494
| | Relative +MM, i.e. how many minutes after starting the container, e.g. ` +0 ` (immediate), ` +10 ` (in 10 minutes), or ` +90 ` in an hour and a half | |
494
495
| | Full datestamp e.g. ` 2023-12-21 23:30:00 ` | |
495
- | | Cron expression e.g. ` 30 23 * * * ` [ Understand the format] ( https://en.wikipedia.org/wiki/Cron ) - * BACKUP_INTERVAL is ignored* | |
496
+ | | Cron expression e.g. ` 30 23 * * * ` [ Understand the format] ( https://en.wikipedia.org/wiki/Cron ) - * BACKUP_INTERVAL is ignored* | |
496
497
| ` DB01_CLEANUP_TIME ` | Value in minutes to delete old backups (only fired when backup interval executes) | ` FALSE ` |
497
498
| | 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything. | |
498
499
| ` DB01_ARCHIVE_TIME ` | Value in minutes to move all files files older than (x) from ` DB01_BACKUP_FILESYSTEM_PATH ` | |
@@ -597,12 +598,13 @@ Options that are related to the value of `DB01_BACKUP_LOCATION`
597
598
598
599
If ` DB01_BACKUP_LOCTION ` = ` FILESYSTEM ` then the following options are used:
599
600
600
- | Variable | Description | Default |
601
- | ------------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------------------- |
602
- | ` DB01_CREATE_LATEST_SYMLINK ` | Create a symbolic link pointing to last backup in this format: ` latest-(DB_TYPE)-(DB_NAME)-(DB_HOST) ` | ` TRUE ` |
603
- | ` DB01_FILESYSTEM_PATH ` | Directory where the database dumps are kept. | ` /backup ` |
604
- | ` DB01_FILESYSTEM_ARCHIVE_PATH ` | Optional Directory where the database dumps archives are kept | ` ${DB01_FILESYSTEM_PATH/archive/ ` |
605
- | ` DB01_FILESYSTEM_PERMISSION ` | Directory and File permissions to apply to files. | ` 600 ` |
601
+ | Variable | Description | Default |
602
+ | --------------------------------- | ----------------------------------------------------------------------------------------------------- | --------------------------------- |
603
+ | ` DB01_CREATE_LATEST_SYMLINK ` | Create a symbolic link pointing to last backup in this format: ` latest-(DB_TYPE)-(DB_NAME)-(DB_HOST) ` | ` TRUE ` |
604
+ | ` DB01_FILESYSTEM_PATH ` | Directory where the database dumps are kept. | ` /backup ` |
605
+ | ` DB01_FILESYSTEM_PATH_PERMISSION ` | Permissions to apply to backup directory | ` 700 ` |
606
+ | ` DB01_FILESYSTEM_ARCHIVE_PATH ` | Optional Directory where the database dumps archives are kept | ` ${DB01_FILESYSTEM_PATH/archive/ ` |
607
+ | ` DB01_FILESYSTEM_PERMISSION ` | Directory and File permissions to apply to files. | ` 600 ` |
606
608
607
609
###### S3
608
610
0 commit comments