„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:14:19 +02:00
parent 582e3f5248
commit 5b33466451

View File

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