47 lines
1.3 KiB
Markdown
Raw Normal View History

____ _ _ _
| __ )(_) __ _| |_| |__ ___ ___ _ __
| _ \| |/ _` | __| '_ \ / _ \/ _ \ '_ \
| |_) | | (_| | |_| | | | __/ __/ | | |
|____/|_|\__,_|\__|_| |_|\___|\___|_| |_|
bin-there-done-that
2025-04-21 16:35:24 -04:00
A sysadmins personal graveyard of hacks, helpers, one-liners, and scripts that probably shouldnt work — but absolutely do.
2025-04-21 16:35:24 -04:00
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.
2025-04-21 16:35:24 -04:00
> **Status:** In production. Against better judgment.
2025-04-24 20:59:45 +00:00
---
2025-04-24 20:59:45 +00:00
## ⚙️ Highlights
2025-04-24 20:59:45 +00:00
- `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
2025-04-24 20:59:45 +00:00
---
2025-04-21 16:35:24 -04:00
## 📌 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.
2025-04-21 16:35:24 -04:00