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