An open API service indexing awesome lists of open source software.

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.

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.