diff --git a/backup/config.example.py b/backup/config.example.py index c83ee3f..7aac023 100644 --- a/backup/config.example.py +++ b/backup/config.example.py @@ -12,7 +12,7 @@ Schedules.DAILY: 7, Schedules.WEEKLY: 4, Schedules.MONTHLY: 24, - Schedules.YEARLY: 5, + Schedules.YEARLY: 4, } ICINGA_URL = "https://icinga.example.com:5665/v1/" ICINGA_USER = "backups"