pull/498/merge
Christoph Anton Mitterer 2025-07-13 17:35:49 -04:00 committed by GitHub
commit f082af8bf6
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]