diff --git a/backup-schedule.timer b/backup-schedule.timer new file mode 100644 index 0000000..abe6abf --- /dev/null +++ b/backup-schedule.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Schedule for timing the backup + +[Timer] +# this starts the backup everyday at 2:00 +OnCalendar=*-*-* 02:00:00 +Unit=backup.service + +[Install] +WantedBy=default.target \ No newline at end of file