{ "id": "borg", "name": "BorgBackup", "tagline": "Encrypted, deduplicated, compressed — the original.", "logo": "/components/admin/config/icons/backup.svg", "supported_types": ["local", "sftp"], "properties": [ {"label": "Encryption", "value": "AES-256-CTR + HMAC-SHA-256"}, {"label": "Key derivation", "value": "PBKDF2-SHA-256"}, {"label": "Deduplication", "value": "Content-defined chunking (CDC)"}, {"label": "Compression", "value": "lz4 / zstd / lzma"}, {"label": "Integrity", "value": "Cryptographic on every read"}, {"label": "License", "value": "BSD-3-Clause"} ], "features": [ "Battle-tested — ~10 years in production at scale.", "Aggressive deduplication, often beats restic on local-only repos.", "Native SFTP transport, append-only flag for ransomware safety.", "Repository check verifies every chunk cryptographically.", "Python-based; widely packaged (apt, dnf, pacman, brew)." ], "docs_url": "https://borgbackup.readthedocs.io/", "version_command": "borg --version" }