pull/498/merge
Christoph Anton Mitterer 2026-08-05 20:59:27 -07:00 committed by GitHub
commit c6a5c63e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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]