aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_job/defaults/main.yml
blob: 901c2f0e8511a6bbb57b63bb202a03cede1eb508 (plain)
1
2
3
4
5
6
7
8
#  archive_name: someprog
#  archive_command: command with args
# OR
#  archive_shell: some $shell | command
archive_description: 'archive {{ archive_name }}'
archive_on_calendar: weekly
archive_user: root
archive_group: '{{ archive_user }}'