Skip to content

Instantly share code, notes, and snippets.

@Drumsk8
Drumsk8 / enhance_btrfs_backups_cleaner.sh
Last active November 2, 2025 18:09
Enhance Backup Cleanup Tool (btrfs)
#!/bin/bash
# BTRFS Snapshot Cleanup Script
# ==============================
# Configuration
BACKUP_PATH="/backups/uuids"
DAYS=""
DRY_RUN=true
ALL_UUIDS=false