From 024690be38e5e8ddc8f1910ed24b7fcfb25cf087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:19:13 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80f5e84..c1dbdc2 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,7 @@ Add the following to cron to automate Backup Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)` and change the day number in line 16. - If you want 30 days, it's `30 minus 1`, so `29` > find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +`13` -exec rm {} \; +to -> +> find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +`29` -exec rm {} \; \ No newline at end of file