Attic (backup software)

Attic
Original author(s) Jonas Borgström
Initial release 14 March 2010 (2010-03-14)
Stable release
0.16 / 16 May 2015 (2015-05-16)
Repository github.com/jborg/attic.git
Development status Unmaintained
Written in Python
Operating system Linux, FreeBSD, OS X
Size 86 KB
Type Backup
License BSD [1]
Website attic-backup.org
Borg
Developer(s) The Borg Collective
Initial release 14 March 2010 (2010-03-14)
Stable release
1.0.11 / 21 July 2017 (2017-07-21)
Preview release
1.1.0rc1 / 24 July 2017 (2017-07-24)
Repository github.com/borgbackup/borg
Development status Active
Written in Python
Operating system Linux, macOS, FreeBSD, NetBSD, OpenBSD, Windows, OpenIndiana, Solaris, GNU Hurd
Type Backup
License BSD [2]
Website www.borgbackup.org

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

History

Attic development began in 2010 and was accepted to Debian in Aug 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 has been forked as “Borg” to support a “more open, faster paced development”, according to its developers.[3] 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 5th March 2016.

As of 2017, Borg is under active development by many contributors[4] while Attic is not being developed.

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

See also

References

  1. "license at github.com". github.com. 3 January 2014. Retrieved 5 Aug 2015.
  2. "license in the documentation". borgbackup.readthedocs.io. 31 December 2016. Retrieved 1 Mar 2017.
  3. https://github.com/borgbackup/borg/issues/1
  4. "The BorgBackup Open Source Project on Open Hub". 10 March 2017. Retrieved 10 March 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.