https://github.com/alexm-sys/linux-cleaning-tasks
Bash script template for daily cleaning and maintenance tasks on Linux systems. Includes English and Spanish versions. / Plantilla de script Bash para tareas diarias de limpieza y mantenimiento en sistemas Linux. Incluye versiones en inglés y español.
https://github.com/alexm-sys/linux-cleaning-tasks
automation bash cleanup cron docker linux logrotate opensource system-maintenance template
Last synced: 3 months ago
JSON representation
Bash script template for daily cleaning and maintenance tasks on Linux systems. Includes English and Spanish versions. / Plantilla de script Bash para tareas diarias de limpieza y mantenimiento en sistemas Linux. Incluye versiones en inglés y español.
- Host: GitHub
- URL: https://github.com/alexm-sys/linux-cleaning-tasks
- Owner: alexm-sys
- License: mit
- Created: 2025-04-04T14:11:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:17:11.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:18:06.449Z (about 1 year ago)
- Topics: automation, bash, cleanup, cron, docker, linux, logrotate, opensource, system-maintenance, template
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧹 Linux Cleaning Tasks Script / Script de Tareas de Limpieza en Linux
This repository provides a configurable Bash script to automate daily cleaning tasks on Linux systems.
It includes **English** and **Spanish** versions of the script, configuration, and documentation.
Este repositorio ofrece un script Bash configurable para automatizar tareas de limpieza diaria en sistemas Linux.
Incluye versiones en **inglés** y **español** del script, configuración y documentación.
---
## 📁 Structure / Estructura
```
.
├── README.md
├── LICENSE
├── EN/
│ ├── cleaning_tasks.sh
│ ├── cleaning_tasks.conf
│ └── README_EN.md
└── ES/
├── cleaning_tasks.sh
├── cleaning_tasks.conf
└── README_ES.md
```
---
## ✅ Features / Características
- Docker cleanup / Limpieza de Docker
- System log rotation / Rotación de logs del sistema
- `/tmp` cleanup / Limpieza de `/tmp`
- DRY-RUN mode / Modo simulación
- Root permission check / Requiere root
- Self-log and cleanup / Registra y limpia sus propios logs
---
## 🧾 License / Licencia
This project is licensed under the MIT License.
Este proyecto está licenciado bajo la Licencia MIT.