Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 7896f410 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

feat: add borg compact run once a month

parent d67b8ec2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ borgmatic_relocated_repo_access_is_ok: true
borgmatic_cron_lines:
- '0 2 * * * root borgmatic -c /etc/borgmatic/borg_local_repo'
- '0 3 * * * root borgmatic -c /etc/borgmatic/borg_remote_repo'
- '0 12 1 * * root borgmatic compact /etc/borgmatic/borg_local_repo'
- '0 17 1 * * root borgmatic compact /etc/borgmatic/borg_remote_repo'
borgmatic_hooks:
before_backup:
- echo "$(date) - Starting backup of {{ ansible_host }}"
......
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