Scope note (2026-06-14):
system-update.sh,log-cleanup.sh, andrestore-previous-state.shwere removed in the ghost-code cull.apt/apt-getandjournalctl --vacuum-timecover those needs natively, and the rollback script was speculative (never used in a real restore).
| Script | Purpose |
|---|---|
| disk-cleanup.sh | APT cache + journal + Docker leftover cleanup with --whatif and confirmation guards |
# Dry-run first
sudo ./disk-cleanup.sh --whatif
# Run for real
sudo ./disk-cleanup.sh- Bash 4.0+
- Root/sudo privileges
Last Updated: 2026-06-14