Automation

Bash scripts and Ansible playbooks

Automation Scripts

Linux Backup Script (Bash)

Automates backups of selected directories with timestamped versioning for basic system recovery workflows.

View Script

Log Rotation / Cleanup Script (Bash)

Clears or compresses old log files to help manage disk usage and simulate routine system maintenance tasks.

View Script

System Health Check Script (Bash)

Quick system status script that reports CPU, memory, disk usage, and uptime for basic troubleshooting.

View Script