trabajo-afectivo/contrib/backup/config.dist

12 lines
259 B
Text
Raw Normal View History

2018-02-01 06:09:32 +00:00
#!/usr/bin/env bash
2017-05-07 10:20:59 +00:00
#
# zammad backup script config
#
# 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'
FULL_FS_DUMP='yes'
2017-05-07 10:20:59 +00:00
DEBUG='no'