libchop, tools & library for data backup and distributed storage

spacer

Libchop is a set of utilities and library for data backup and distributed storage. Its main application is chop-backup, an encrypted backup program with several salient features:

Read more…

The library itself was initially designed as a building block for a peer-to-peer, cooperative backup system. In such a system, data has to be sent by pieces, incrementally, and it may be scattered across several participating nodes. In addition, participating nodes may be untrusted, which puts data confidentiality, integrity, and availability at risk. Read more…

Libchop was initially developed as part of a PhD thesis in the MoSAIC project.

Releases

Releases are available from your nearest Savannah mirror (or from Savannah itself).

Documentation

  • The (incomplete) reference manual is part of the source distribution in GNU Texinfo form. It can also be browsed on-line.
  • The slides of a talk at the 2010 GNU Hackers Meeting in The Hague.
  • Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices presents the motivation behind libchop along with experimental results comparing several storage strategies.
  • Chapter 4 of Cooperative Data Backup for Mobile Devices provides additional details and results, for the insatiable.
  • A bibliography relative to cooperative backup and peer-to-peer storage.
  • Report (in French) about the use of libchop for a tentative peer-to-peer backup system in modem-routers for LDN, a French non-profit, neutral Internet service provider (ISP). June 2012.

Mailing List

A mailing list for bug reports and general discussion is available at <libchop-devel@nongnu.org>. You can subscribe to the mailing list and view the list archive.

Development

  • Git repository at git://git.sv.gnu.org/libchop.git
  • Savannah project page
  • continuous integration
    • libchop at hydra.nixos.org
    • latest tarball & manual
    • latest pre-compiled binaries installable with Nix
    • latest test coverage report

Related Work

  • Plan 9's Venti provides unencrypted content-addressable storage and archival.
  • GNUnet uses content-hash keys for its file sharing service (like chop-backup). Some of the early papers on its data encoding scheme (ECRS) were instrumental in the design of parts of libchop and chop-backup.
  • Tahoe-LAFS is a distributed file system, where data is encrypted but remains selectively shareable; it handles redundancy automatically. It has a backup sub-command.
  • Ugarit, a nice content-addressable backup & archival system written in Chicken Scheme. The main differences compared to chop-backup are that it does not use content-hash keys for encryption (a symmetric encryption key must be kept in a ugarit.conf file), and lacks adaptive compression and content-based chopping (it doesn't implement the storage pipeline found in libchop.)

spacer

Validate XHTML 1.0
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.