๐งผ Script by Sohag โ System Cleanup & Space Optimization
log_cleanup.sh/var/log except wtmp and btmp*.gz, *.1, etc.)wget + cronwget -O log_cleanup.sh https://raw.githubusercontent.com/sohag1192/System-Cleanup-Space-Optimization/main/log_cleanup.sh
chmod +x log_cleanup.sh
crontab -e
Add this line to run daily at 3:00 AM:
0 3 * * * /root/log_cleanup.sh >> /root/log_cleanup.log 2>&1