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