„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:29:10 +02:00
parent 273994e82a
commit 3f3c743262

View File

@ -32,7 +32,7 @@ Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)`
```bash
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +13 -exec rm {} \;
```
Example: Chamge the 13 to 29
Example: Chamge the `13` to `29`
```bash
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +29 -exec rm {} \;
```