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)
Development status Active
Written in Python
Operating system Linux, FreeBSD, OS X
Size 86 KB
Type Backup
License BSD [1]
Website attic-backup.org

Attic is a Backup system written mostly in Python (some performance critical parts are implemented in C and Cython).

History

Attic development began in 2010 and was accepted to Debian in Aug 2013.

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.

It uses a Rolling hash to implement global chunk-level deduplication. Compression defaults to zlib, encryption is AES (via OpenSSL) authenticated by a HMAC.

Availability

Attic is available from pip and notably part of Debian, Ubuntu, Arch and Slackware.

Borg

In 2015, Attic has been forked as “Borg” to support a “more open, faster paced development”, according to its developers.[2] Many issues in Attic have been fixed there, but backward compatibility with the original program has been lost.

As of March 2016, Borg is under active development while Attic is not being developed much.

See also

References

  1. "license at github.com". github.com. 3 January 2014. Retrieved 5 Aug 2015.
  2. https://github.com/borgbackup/borg/issues/1

External links

This article is issued from Wikipedia - version of the 9/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.