From 3ea01035699a9268a108e042e92de665c03ede80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 01:49:43 +0200 Subject: [PATCH] edit info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d813958..4f62226 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - The script sets the source directory (SOURCE_DIR) that will be zipped and the archive directory (ARCHIVE_DIR) where the zipped files will be stored. - It creates a timestamp in the format YYYY-MM-DD and stores it in the DATE variable. - 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 find command is used to delete files older than 14 days in the archive directory. (edit in the script as needed) - The cron entry schedules the script to run daily at 13:00 (1 PM). Install git and zip