From a13b480ef16e24b19459609b2ac7be24c3c3c5b7 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Wed, 12 Apr 2023 22:12:07 +0000 Subject: [PATCH] Add 'backup-schedule.timer' --- backup-schedule.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backup-schedule.timer 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