You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-tiredofdit/pkgs/container/docker-tiredofdit)
82
84
83
-
Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-tiredofdit/pkgs/container/docker-tiredofdit)
|`BACKUP_LOCATION`| Backup to `FILESYSTEM` or `S3` compatible services like S3, Minio, Wasabi |`FILESYSTEM`|
166
-
|`BACKUP_COMPRESSION`| Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE`|`GZ`|
167
-
|`BACKUP_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`|
168
-
|`BACKUP_INTERVAL`| How often to do a dump, in minutes. Defaults to 1440 minutes, or once per day. ||
169
-
|`BACKUP_BEGIN`| What time to do the first dump. Defaults to immediate. Must be in one of two formats ||
170
-
|| Absolute HHMM, e.g. `2330` or `0415`||
171
-
|| 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 ||
172
-
|`BACKUP_RETENTION`| Value in minutes to delete old backups (only fired when dump freqency fires). 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything. ||
173
-
|`BACKUP_MD5`| Generate MD5 Sum in Directory, `TRUE` or `FALSE`|`TRUE`|
174
-
|`BACKUP_PARALLEL_COMPRESSION`| Use multiple cores when compressing backups `TRUE` or `FALSE`|`TRUE`|
175
-
|`BACKUP_PATH`| Filesystem path on where to place backups |`/data/backup`|
176
-
|`BACKUP_TEMP_LOCATION`| If you wish to specify a different location, enter it here | `/tmp/backups/" |
|`BACKUP_BEGIN`| What time to do the first dump. Defaults to immediate. Must be in one of two formats ||
166
+
|| Absolute HHMM, e.g. `2330` or `0415`||
167
+
|| 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 ||
168
+
|`BACKUP_ARCHIVE_TIME`| Value in minutes to move all files older than (x) from `BACKUP_PATH` to `BACKUP_PATH_ARCHIVE` - which is useful when pairing against an external backup system. |
169
+
|`BACKUP_CHECKSUM`|`md5` or `sha1`|`md5`|
170
+
|`BACKUP_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`|`8`|
171
+
|`BACKUP_COMPRESSION`| Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or `none``zstd`|`GZ`|
172
+
|`BACKUP_CREATE_LATEST_SYMLINK`| Create a symbolic link pointing to last backup in this format: `latest-openldap-(config | data` |`TRUE`|
173
+
|`BACKUP_ENABLE_CHECKSUM`| Enable checksum after backup `TRUE` or `FALSE`|`TRUE`|
174
+
|`BACKUP_INTERVAL`| How often to do a dump, in minutes. Defaults to 1440 minutes, or once per day. ||
175
+
|`BACKUP_LOCATION`| Backup to `FILESYSTEM` or `S3` compatible services like S3, Minio, Wasabi |`FILESYSTEM`|
176
+
|`BACKUP_PARALLEL_COMPRESSION`| Use multiple cores when compressing backups `TRUE` or `FALSE`|`TRUE`|
177
+
|`BACKUP_PATH_ARCHIVE`| Optional Directory where the database dumps archivess are kept. |`${BACKUP_PATH}/archive/`|
178
+
|`BACKUP_PATH`| Filesystem path on where to place backups |`/data/backup`|
179
+
|`BACKUP_RETENTION`| Value in minutes to delete old backups (only fired when dump freqency fires). 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything. ||
180
+
|`BACKUP_TEMP_LOCATION`| If you wish to specify a different location, enter it here |`/tmp/backups/`|
178
181
179
182
##### Backing Up to S3 Compatible Services
180
183
@@ -232,7 +235,7 @@ If you already have a check_password.conf or ppm.conf in /etc/openldap/ the foll
232
235
|`TLS_RESET_PERMISSIONS`| Change permissions on certificate directories for OpenLDAP to read |`TRUE`|
0 commit comments