Marcus Rueckert
588c5b791e
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=44
16 lines
432 B
Desktop File
16 lines
432 B
Desktop File
[Unit]
|
|
Description=pgbackrest backup full 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=full backup
|
|
# Give a reasonable amount of time for the job to run before timeout
|
|
TimeoutSec=7200
|
|
|