1 repo
Structured storage formats designed for long-term data archival and recovery.
Distinguishing note: Focuses on the management of backup-specific repository structures.
Explore 1 awesome GitHub repository matching data & databases · Backup Repositories. Refine with filters or upvote what's useful.
This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse
Stores backup data in a structured repository where files are written once and identified by content hash.