mirror of https://github.com/digint/btrbk
Merge eb1d9e4da9
into ba3c36c984
commit
f082af8bf6
|
@ -1,6 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=btrbk backup
|
Description=btrbk backup
|
||||||
Documentation=man:btrbk(1)
|
Documentation=man:btrbk(1)
|
||||||
|
ConditionPathExists=|@CONFDIR@/btrbk/btrbk.conf
|
||||||
|
ConditionPathExists=|@CONFDIR@/btrbk.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=btrbk daily backup
|
Description=btrbk daily backup
|
||||||
|
ConditionPathExists=|@CONFDIR@/btrbk/btrbk.conf
|
||||||
|
ConditionPathExists=|@CONFDIR@/btrbk.conf
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=daily
|
OnCalendar=hourly
|
||||||
AccuracySec=10min
|
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue