diff --git a/README.md b/README.md index 6654d5d..80f5e84 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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 - 1', so '29' +- If you want 30 days, it's `30 minus 1`, so `29` > find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +`13` -exec rm {} \; \ No newline at end of file