Auto-Backup $'Mon Feb 24 2025 01:43:17 GMT+0100 (Central European Standard Time)'

This commit is contained in:
2025-02-24 02:16:41 +01:00
parent 26f0ed63b5
commit b8b72f1027
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
rm -rf /root/.cache /home/*/.cache || true
rm -rf /var/log/*.{4,5,6,7,8,9}.* || true