Variable | BACKUP_DIR | |
Deprecated in Version | 1.57 | |
Description | Specifies the directory where to write a backup of the data files | |
Default | humio-backup |
Deprecated: 1.57
This variable is deprecated and will do nothing if set.
Make LogScale write a backup of the data files: Backup files are written
to mount point "/backup" by default (when run in the LogScale Docker
containers). Otherwise the backup directory can be specified. By default,
data in backup is deleted 7 days after it has been deleted in LogScale.
This behavior is configurable via the
DELETE_BACKUP_AFTER_MILLIS
variable.
ini
BACKUP_NAME=my-backup-name
BACKUP_DIR="/backup"
BACKUP_KEY=my-secret-key-used-for-encryption
DELETE_BACKUP_AFTER_MILLIS=604800000