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]
Description=btrbk backup
Documentation=man:btrbk(1)
ConditionPathExists=|@CONFDIR@/btrbk/btrbk.conf
ConditionPathExists=|@CONFDIR@/btrbk.conf
[Service]
Type=oneshot

View File

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