Elasticsearch Index Cleanup Shell Script (Auto-Delete Old Indices)
Automatically delete old date-suffixed Elasticsearch or OpenSearch indices with a Bash script, controlling disk usage without needing Curator…
Read tutorial →Browse step-by-step tutorials in this topic.
Automatically delete old date-suffixed Elasticsearch or OpenSearch indices with a Bash script, controlling disk usage without needing Curator…
Read tutorial →
Back up and restore Docker named volumes on Linux with a Bash script using a helper container and…
Read tutorial →
Automate offsite backup uploads on Linux with rclone — sync local backup folders to S3, Backblaze B2, or…
Read tutorial →
Generate a daily Fail2ban ban report on Linux. List banned IPs per jail, top attackers, and email summary…
Read tutorial →
Verify backup integrity on Linux with a Bash script. Test gzip archives, SQL dumps, and tar files before…
Read tutorial →
Safely test and reload Nginx on Linux with a Bash script. Validates config before reload and rolls back…
Read tutorial →
Automate MongoDB backups on Linux with mongodump, archive compression, retention cleanup, and cron scheduling.
Read tutorial →
Free disk space on Linux by vacuuming systemd journal logs with a safe Bash script. Set size limits…
Read tutorial →
Monitor inode usage on Linux filesystems with a Bash script. Alert before small-file exhaustion crashes MySQL, mail, or…
Read tutorial →
Monitor Docker containers on Linux and auto-restart unhealthy or stopped containers with a Bash script and cron.
Read tutorial →