Skip to content

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.

License

Notifications You must be signed in to change notification settings

alexm-sys/linux-cleaning-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧹 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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages