Browse Source

Add Persistent, so that the timer is triggered if missed last time.

Florian Lindner 7 years ago
parent
commit
64bdbc4bf0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sample/systemd/borgmatic.timer

+ 1 - 0
sample/systemd/borgmatic.timer

@@ -3,6 +3,7 @@ Description=Run borgmatic backup
 
 [Timer]
 OnCalendar=daily
+Persistent=true
 
 [Install]
 WantedBy=timers.target