Update README.md

This commit is contained in:
dan 2024-04-13 04:56:15 +02:00
parent 791b318d85
commit 824d4ce7ee
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sudo -u http darkhttpd /srv/http/repo/ --no-server-id
## (Optional) Crontab -e
Packages older than half a year will be deleted.
```
@monthly find /srv/http/repo/* -mtime +182.5 '!' -regex '*pkg*' -exec rm {} \;
@monthly find /srv/http/repo/* -mtime +182.5 -type f -regex ".*pkg*.*" -delete
```
## Server & client