Deduplicating archiver with compression and encryption.
BorgBackup (shortened to Borg) is a powerful, open-source deduplicating archiver that focuses on efficiency and security for data backups. It is designed to provide a space-saving way to store archives while ensuring they remain protected through strong encryption.
The main features of this tool include:
Deduplicating Storage: Borg provides space-efficient storage by identifying and storing only the changes made since the last backup, which significantly reduces the amount of disk space required.
Secure Authenticated Encryption: All data can be protected using authenticated encryption to ensure that backups remain private and untampered with.
Versatile Compression: It supports a wide range of compression algorithms, including lz4, zstd, zlib, and lzma, or the option to use no compression at all.
FUSE Mounting: Backups can be mounted as filesystems using FUSE, allowing users to browse their archives and restore individual files easily through their standard file manager.
Multi-Platform Support: The software is easy to install across various platforms, including Linux, macOS, and BSD.
Open-Source and Community-Backed: Released under a BSD license, it is free software supported by a large and active community of developers and users.
Reliability Focus: The project emphasizes the importance of data integrity, reminding users to always check their backups to ensure they are functional when needed.