From 55ca28e9cbc8f64b774d636206720615906c73aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:25:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2b18abe..a083db7 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,10 @@ Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)` Change the schedule
+Edit the cronjob with `crontab -e` +```bash +0 13 * * * sh /path/to/script/zip_folder_daily.sh +``` +If you need help to configure the crontab, check this site https://crontab.guru/ + \ No newline at end of file