pgbackrest/pgbackrest-full@.timer
Marcus Rueckert a7c3547695 - update to 2.54.2
- Fix issue after disabling bundling with block incremental
    enabled. (Reviewed by David Christensen.)
  - Clarify behavior of multiple configuration files. (Reviewed by
    Paul Bierly. Suggested by Paul Bierly.)

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=83
2025-01-20 16:47:41 +00:00

15 lines
334 B
SYSTEMD

[Unit]
Description=Monthly pgbackrest full backup (1st sun)
Documentation=https://pgbackrest.org/configuration.html
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
PartOf=pgbackrest.target
[Timer]
#OnCalendar=Sun *-*-1..7 05:05:05
OnCalendar=Sun *-*-* 05:05:05
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target