2018-02-01 06:09:32 +00:00
|
|
|
#!/usr/bin/env bash
|
2017-05-07 10:20:59 +00:00
|
|
|
#
|
|
|
|
# zammad backup script config
|
|
|
|
#
|
2022-01-25 18:00:02 +00:00
|
|
|
# Learn more about the options below at
|
|
|
|
# https://docs.zammad.org/en/latest/appendix/backup-and-restore/configuration.html
|
2017-05-07 10:20:59 +00:00
|
|
|
|
|
|
|
BACKUP_DIR='/var/tmp/zammad_backup'
|
|
|
|
HOLD_DAYS='10'
|
2022-01-25 11:36:02 +00:00
|
|
|
FULL_FS_DUMP='yes'
|
2017-05-07 10:20:59 +00:00
|
|
|
DEBUG='no'
|