config.dist 259 B

1234567891011
  1. #!/usr/bin/env bash
  2. #
  3. # zammad backup script config
  4. #
  5. # Learn more about the options below at
  6. # https://docs.zammad.org/en/latest/appendix/backup-and-restore/configuration.html
  7. BACKUP_DIR='/var/tmp/zammad_backup'
  8. HOLD_DAYS='10'
  9. FULL_FS_DUMP='yes'
  10. DEBUG='no'