2025-01-02 20:59:59

This commit is contained in:
henk
2025-01-02 20:59:59 +01:00
parent 0684906bc0
commit 02375b1bbb
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
#
#
RETENTION=5
DIR=/srv/somedir/here
find $DIR/* -mtime +$RETENTION -delete