16 lines
344 B
Text
16 lines
344 B
Text
|
|
# Managed by Ansible — do not edit by hand.
|
||
|
|
# Daily differential backup trigger.
|
||
|
|
|
||
|
|
[Unit]
|
||
|
|
Description=pgBackRest diff backup timer ({{ pgbackrest_stanza }})
|
||
|
|
Requires=pgbackrest-diff.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar={{ pgbackrest_schedule_diff }}
|
||
|
|
Persistent=true
|
||
|
|
RandomizedDelaySec=300
|
||
|
|
Unit=pgbackrest-diff.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|