„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:18:20 +02:00
parent 36761eefba
commit 8976ba7deb

View File

@ -47,6 +47,7 @@ Add the following to cron to automate Backup
<br>
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'
> find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +`13` -exec rm {} \;
</details>