From c6efffa7cc89e743d9d9cb69fe9b221a06f44e6c Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:40:46 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40fa8c1..5dc3fe3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Daily Folder Backup and Rotation for Linux ## Explanation: -- 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 cron entry schedules the script to run daily at 13:00 (1 PM). +### 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 cron entry schedules the script to run daily at 13:00 (1 PM).