# Managed by Ansible (deploy/ansible). # Fires the daily full base backup. Persistent=true catches up a run missed while the # host was down. Installed only when pitr_enabled is set. [Unit] Description=Daily pgBackRest full base backup (scrabble) [Timer] OnCalendar={{ pitr_backup_oncalendar }} Persistent=true [Install] WantedBy=timers.target