{ "id": "restic", "name": "Restic", "tagline": "Modern encrypted backup with native deduplication.", "logo": "/components/admin/config/icons/backup.svg", "supported_types": ["local", "sftp", "rest", "s3", "b2", "gs", "azure", "rclone"], "properties": [ {"label": "Encryption", "value": "AES-256-CTR + Poly1305-AES authentication"}, {"label": "Key derivation", "value": "scrypt"}, {"label": "Deduplication", "value": "Content-defined chunking (CDC)"}, {"label": "Compression", "value": "zstd (auto)"}, {"label": "Integrity", "value": "Cryptographic on every read"}, {"label": "License", "value": "BSD-2-Clause"} ], "features": [ "Snapshots are immutable and content-addressed.", "Deduplicates across hosts and apps without configuration.", "Same binary speaks SFTP, REST, S3, B2, GCS, Azure, rclone.", "Built-in repository verification via `restic check`.", "Single static Go binary — no runtime dependencies." ], "docs_url": "https://restic.readthedocs.io/", "version_command": "restic version" }