„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:14:55 +02:00
parent 5b33466451
commit 568b7ac2f1

View File

@ -46,7 +46,7 @@ Add the following to cron to automate Backup
<summary>Change the day count </summary>
<br>
edit the zip_folder_daily.sh in `/opt` and the change the line
Edit the zip_folder_daily.sh in `/opt` and the change number in the following line.
> find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +`13` -exec rm {} \;
</details>