Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix: revert increased backup frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m authored Feb 10, 2024
1 parent 9cd7ca4 commit 16b0083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/s3backup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
ansible.builtin.cron:
name: s3backup {{ stack_name }}
minute: "0"
hour: "*/2"
hour: "*/6"
user: root
job: "bash {{ s3backup_install_location }}/backup.sh >> {{ log_location }}/backup.log 2>&1"
cron_file: s3backup-{{ stack_name }}

0 comments on commit 16b0083

Please sign in to comment.