2025-01-02 20:59:59
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
RETENTION=5
|
||||
DIR=/srv/somedir/here
|
||||
find $DIR/* -mtime +$RETENTION -delete
|
||||
Reference in New Issue
Block a user