„README.md“ ändern
This commit is contained in:
parent
273994e82a
commit
3f3c743262
@ -32,7 +32,7 @@ Edit the file zip_folder_daily.sh `(If you used automatic install it's in /opt)`
|
|||||||
```bash
|
```bash
|
||||||
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +13 -exec rm {} \;
|
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +13 -exec rm {} \;
|
||||||
```
|
```
|
||||||
Example: Chamge the 13 to 29
|
Example: Chamge the `13` to `29`
|
||||||
```bash
|
```bash
|
||||||
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +29 -exec rm {} \;
|
find "${ARCHIVE_DIR}" -name "folder_*.zip" -mtime +29 -exec rm {} \;
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user