Skip to content

Commit

Permalink
backup: rdiff-backup update cleanup syntax (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin authored Aug 15, 2024
1 parent f80b3e0 commit c5119a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/backup/server/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ include:
- context:
cron: '0 3 * * *'
job_user: root
job_command: 'rdiff-backup --terminal-verbosity 2 --force --remove-older-than {{ config['increment_retention'] }} {{ config['directory'] }}'
job_command: 'rdiff-backup --terminal-verbosity 1 --force remove increments --older-than {{ config['increment_retention'] }} {{ config['directory'] }}'

{% endfor %}

0 comments on commit c5119a3

Please sign in to comment.