diff options
Diffstat (limited to 'stdlib/backups/borg/systemd-timer-template')
-rw-r--r-- | stdlib/backups/borg/systemd-timer-template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stdlib/backups/borg/systemd-timer-template b/stdlib/backups/borg/systemd-timer-template new file mode 100644 index 0000000..218e5cc --- /dev/null +++ b/stdlib/backups/borg/systemd-timer-template @@ -0,0 +1,9 @@ +[Unit] +Description=BorgBackup job %s timer + +[Timer] +OnCalendar=daily +Persistent=false + +[Install] +WantedBy=timers.target |