47 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

____ _ _ _
| __ )(_) __ _| |_| |__ ___ ___ _ __
| _ \| |/ _` | __| '_ \ / _ \/ _ \ '_ \
| |_) | | (_| | |_| | | | __/ __/ | | |
|____/|_|\__,_|\__|_| |_|\___|\___|_| |_|
bin-there-done-that
A sysadmins personal graveyard of hacks, helpers, one-liners, and scripts that probably shouldnt work — but absolutely do.
This is where the magic happens:
- 🔧 Server bootstraps
- 📦 ZFS snapshot management
- 🧼 Cron-powered cleanup rituals
- ☠️ Disaster recovery with no disasters (yet)
- 🐢 Slow rsyncs. Fast regrets.
> **Status:** In production. Against better judgment.
---
## ⚙️ Highlights
- `pull_health_everywhere.sh` because you cant fix what you dont know is broken
- `dr_spl_overlay.sh` tape drive energy for modern times
- `fix_mastodon_perms.sh` chown your sins away
- `validate_zfs_snapshots.sh` trust but verify (and scrub)
- `freezer.sh` it's like a backup, but colder
---
## 📌 Philosophy
- Flat files > Object storage
- ZFS is life
- Automation is king
- Users lie and take up space
---
## 🧠 Use at your own risk
This repo is for *me*. If you find it useful, cool. If it destroys your cluster, you probably shouldnt have been copying scripts from a repo with this name anyway.