From 87eeefa0caf610912bf6ba835f407f607e9a9da0 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Sat, 12 Nov 2022 04:45:00 +0100 Subject: [PATCH] contrib: systemd: btrbk.timer: run hourly btrbk supports hourly backups, so it makes sense for the timer to run hourly, too. Signed-off-by: Christoph Anton Mitterer --- contrib/systemd/btrbk.timer.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemd/btrbk.timer.in b/contrib/systemd/btrbk.timer.in index eda9604..90924bb 100644 --- a/contrib/systemd/btrbk.timer.in +++ b/contrib/systemd/btrbk.timer.in @@ -2,7 +2,7 @@ Description=btrbk daily backup [Timer] -OnCalendar=daily +OnCalendar=hourly AccuracySec=10min Persistent=true