← ClaudeAtlas

vault-backuplisted

Universal secure backup — encrypt (AES-256), compress (zstd), deduplicate, verify integrity. Backup project files, databases, .claude/ setup, configs. Incremental, secrets-aware, multi-destination.
myclaude-sh/vault-backup · ★ 0 · Data & Documents · score 73
Install: claude install-skill myclaude-sh/vault-backup
# Vault Backup > Universal secure backup — encrypt, compress, deduplicate, verify. ## The Problem You have projects, databases, configs, Claude Code setups scattered across your machine. One disk failure, one accidental `rm -rf`, one ransomware attack — and it's gone. Generic backup tools don't understand your development workflow. They backup everything (including node_modules and .git) or nothing useful. **Vault Backup** is a Claude Code skill that understands what matters: your code, your configs, your databases, your `.claude/` setup. It excludes what doesn't (node_modules, build artifacts) and protects what's sensitive (encrypts by default, never backs up raw secrets). ## Install ```bash myclaude install vault-backup ``` ## Is this for me? **Yes if:** - You want automated, encrypted backups from Claude Code - You need to backup databases (Supabase, Postgres, MySQL) - You want incremental backups that save space - You need integrity verification for your backups **No if:** - You need enterprise backup with SLA (use Veeam, Commvault) - You need real-time replication (use database native tools) ## Quick Start ``` /vault-backup quick # snapshot critical files /vault-backup full --encrypt # complete backup with AES-256 /vault-backup restore ./backups/latest # restore from backup /vault-backup verify ./backups/latest # check integrity ``` ## Features ### Security First - **AES-256-GCM encryption** via `age` — enabled by default, not