Backup & Continuity Dashboard for UNIX fleets
BCD unifies backups, restore verification, and disaster-recovery drills across Linux, BSD, and UNIX. See coverage at a glance, prove compliance, and sleep better.
# Install CLI (macOS/Linux)
curl -fsSL https://bcd.unix-admins.com/install.sh | sh
# Discover hosts via SSH and seed policies
bcd discover --hostfile hosts.txt --ssh-key ~/.ssh/id_ed25519
# Define a policy: ZFS snapshots + S3 offsite + 30d retention
bcd policy add production --zfs --s3 s3://backups/prod --retention 30d
# Run a scheduled DR drill on app tier and verify integrity
bcd drill run app-tier --simulate-failure --verify-restore
# Report compliance and export evidence
bcd report iso27001 --export report.pdf