Software:Attic (backup software)

From HandWiki
Attic
Original author(s)Jonas Borgström
Initial release14 March 2010; 13 years ago (2010-03-14)
Final release
0.16 / 16 May 2015; 8 years ago (2015-05-16)
Written inPython
Operating systemLinux, FreeBSD, OS X
Size86 KB
TypeBackup
LicenseBSD[1]
Websiteattic-backup.org [|permanent dead link|dead link}}]
Borg
Developer(s)The Borg Collective
Initial release11 June 2015; 8 years ago (2015-06-11)
Stable release
1.1.17 / 12 July 2021; 2 years ago (2021-07-12)[2]
Preview release
1.2.0b3 / 12 May 2021; 2 years ago (2021-05-12)[2]
Repositorygithub.com/borgbackup/borg
Written inPython
Operating systemLinux, macOS, FreeBSD, NetBSD, OpenBSD, Windows, OpenIndiana, Solaris, GNU Hurd
TypeBackup
LicenseBSD[3]
Websiteborgbackup.org

Attic is deduplicating backup software for various Unix-like operating systems.

History

Attic development began in 2010 and was accepted to Debian in August 2013. Attic is available from pip and notably part of Debian, Ubuntu, Arch and Slackware.

Design

Attic offers efficient, deduplicated, compressed and (optionally) encrypted and authenticated backups.

A backup includes metadata like owner/group, permissions, POSIX ACLs and Extended file attributes. It handles special files also - like hardlinks, symlinks, devices files, etc. Internally it represents the files in an archive as a stream of metadata, similar to tar and unlike tools such as git. The Borg project has created extensive documentation of the internal workings.

Attic uses a rolling hash to implement global data deduplication. Compression defaults to zlib, encryption is AES (via OpenSSL) authenticated by a HMAC.

Borg

In 2015, Attic was forked as "Borg" to support a "more open, faster paced development", according to its developers.[4] Many issues in Attic have been fixed in this fork, but backward compatibility with the original program has been lost (a non-reversible upgrade process exists). Borg 1.0.0 was released on 5 March 2016, Borg 1.1.0 was released on 7 October 2017.

As of 2018, Borg is under active development by many contributors,[5] while Attic is not being developed. As of April 2021, the attic website was removed.[6]

Stable releases are available from various Linux distributions such as Debian, Ubuntu, Fedora, OpenSUSE and others, from the ports collection of various BSD derivatives and from brew for macOS. The project provides pre-built binaries for Linux, FreeBSD and macOS.

See also

References

External links