From 452813af79260fd15ac25869694bda2201d3c114 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:44:08 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29db5c3..6e628f7 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,8 @@ Daily Folder Backup and Rotation for Linux - The zip command is used to create the zipped archive and append the date to the file name. - The find command is used to delete files older than 14 days in the archive directory. - The cron entry schedules the script to run daily at 13:00 (1 PM). + +Add the following to cron: +```bash +0 13 * * * /path/to/script/zip_folder_daily.sh +```