Skip to content
Snippets Groups Projects
Commit 6a846107 authored by jurgenhaas's avatar jurgenhaas
Browse files

customer/bitegra/portal/support#1 Configure backup and crontab for backup

parent 060c8fbf
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,14 @@
pkg: zammad
state: present
update_cache: yes
- name: Configure backup
template:
src: backup_config
dest: /opt/zammad/contrib/backup/config
- name: Backup Cron
cron:
name: Zammad backup
hour: 1
job: /opt/zammad/contrib/backup/zammad_backup.sh >/dev/null 2>&1
#!/usr/bin/env bash
#
# zammad backup script config
#
BACKUP_DIR='/var/backups/zammad'
HOLD_DAYS='10'
DEBUG='no'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment