- Bug Fixes: - Fix issue with adhoc expiration when no backups in a repository. (Reviewed by Stefan Fercot. Reported by Anup Gupta.) - Features: - Add restore progress to info command output. (Contributed by Denis Garsh, Maxim Michkov. Reviewed by David Steele.) - Add progress-only detail level for info command output. (Contributed by Denis Garsh. Reviewed by David Steele, Stefan Fercot.) - Improvements: - Retry failed reads on object stores. (Reviewed by David Christensen.) - Fix defaults in command-line help. (Reviewed by David Christensen, Chris Bandy.) - Documentation Improvements: - Describe discrete option values in a list where appropriate. (Contributed by Anton Kurochkin. Reviewed by David Steele.) - Fix "less than" in help output for archive-mode option. (Contributed by Anton Kurochkin. Reviewed by David Steele.) - refreshed use-run-pgbackrest.patch OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=89
15 lines
330 B
SYSTEMD
15 lines
330 B
SYSTEMD
[Unit]
|
|
Description=Weekly pgbackrest diff backup (wed)
|
|
Documentation=https://pgbackrest.org/configuration.html
|
|
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
|
PartOf=pgbackrest.target
|
|
|
|
[Timer]
|
|
#OnCalendar=Sun *-*-8..31 05:05:05
|
|
OnCalendar=Wed *-*-* 05:05:05
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|