BorgBackup
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Backup |
|released=2010 | |released=2010 | ||
}} | }} | ||
Line 16: | Line 16: | ||
== Software == | == Software == | ||
* [https://www.borgbackup.org Homepage] | * [https://www.borgbackup.org Homepage] | ||
+ | * [https://borgbackup.readthedocs.io/en/stable/internals/data-structures.html Data structures and file formats] | ||
* [https://github.com/borgbackup/borg Github] | * [https://github.com/borgbackup/borg Github] | ||
* [https://en.wikipedia.org/wiki/Borg_(backup_software) Wikipedia] | * [https://en.wikipedia.org/wiki/Borg_(backup_software) Wikipedia] | ||
* [https://www.reddit.com/r/BorgBackup Reddit] | * [https://www.reddit.com/r/BorgBackup Reddit] | ||
* [https://web.archive.org/web/20170405200230/http://attic-backup.org/ Attic homepage (archived)] | * [https://web.archive.org/web/20170405200230/http://attic-backup.org/ Attic homepage (archived)] |
Revision as of 03:12, 5 November 2023
BorgBackup, or borg for short (previously Attic), is a deduplicating backup program with optional compression and authenticated encryption for Linux, Mac OS X, *BSD, Cygwin and Linux Subsystem of Windows 10
Optionally, borg can actively obfuscate e.g. the size of files / chunks to make fingerprinting attacks more difficult
Available compression algorithms are lz4, zstd, zlib and lzma and encryption is AES
Archives are mountable as userspace filesystems for easy interactive backup examination and restores