2022-02-18 19:01:52 +01:00
|
|
|
[Unit]
|
|
|
|
Description=pgbackrest backup incremental 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=incr backup
|
|
|
|
# Give a reasonable amount of time for the job to finish
|
|
|
|
TimeoutSec=7200
|
|
|
|
|