From: Jakub Czajka Date: Wed, 29 Nov 2023 23:19:09 +0000 (+0100) Subject: Run backup service daily. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=b8207781920e5a6c0ac7d283b0599a5c09e0b254;p=cron.git Run backup service daily. --- diff --git a/backup.timer b/backup.timer new file mode 100644 index 0000000..9889936 --- /dev/null +++ b/backup.timer @@ -0,0 +1,11 @@ +# Copyright (c) 2023 Jakub Czajka +# License: GPL-3.0 or later. + +[Unit] +Description=Backup files from the system daily. + +[Timer] +OnCalendar=*-*-* 22:00:00 + +[Install] +WantedBy=timers.target