shell commands from vperanda

This commit is contained in:
Peter Wood
2023-07-20 00:59:50 +00:00
parent edfd39ce60
commit 304b1bd377
2 changed files with 21 additions and 0 deletions

3
remove-docker-backups.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
find /home/acedanger/backup/docker-data -mtime +1 -delete