pgbackrest/pgbackrest-diff@.service
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

16 lines
416 B
Desktop File

[Unit]
Description=pgbackrest backup diff for %i
Documentation=https://pgbackrest.org/configuration.html
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
ConditionACPower=true
PartOf=pgbackrest.target
[Service]
Type=oneshot
User=postgres
Group=postgres
ExecStart=/usr/bin/pgbackrest --log-level-console=info --stanza=%i --type=diff backup
# Give a reasonable amount of time for job to finish
TimeoutSec=7200