Duplicity

Duplicity is encrypted bandwidth-efficient backup using the rsync algorithm.
Download

Duplicity Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ben Escoto
  • Publisher web site:
  • http://www.nongnu.org/duplicity/

Duplicity Tags


Duplicity Description

Duplicity is encrypted bandwidth-efficient backup using the rsync algorithm. Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. Here are some key features of "Duplicity": Easy to use: Although duplicity is a command-line utility, the semantics are relative simply. To take a basic example, this command: · duplicity /usr scp://host.net/target_dir · backs up the /usr directory to the remost host host.net via scp. · Encrypted and signed archives: The archives that duplicity produces can be encrypted and signed using GnuPG, the standard for free software cryptology. The remote location will not be able to infer much about the backups other than their size and when they are uploaded. Also, if the archives are modified on the remote side, this will be detected when restoring. · Bandwidth and space efficient: Duplicity uses the rsync algorithm so only the changed parts of files are sent to the archive when doing an incremental backup. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Other backup programs may save a complete copy of the file. · Standard file format: Athough archive data will be encrypted, inside it is in standard GNU-tar format archives. A full backup contains normal tarballs, and incremental backups are tar archives of new files and the deltas from previous backups. The deltas are in the format produced by librsync's command-line utility rdiff. · Although you should never have to look at a duplicity archive manually, if the need should arise they can be produced and processed using GnuPG, rdiff, and tar. · Choice of remote protocol: Duplicity does not make many demands on its archive server. As long as files can be saved to, read from, listed, and deleted from a location, that location can be used as a duplicity backend. Besides increasing choice for the user, it can make a server more secure, as clients only require minimal access. · Currently local file storage, scp/ssh, ftp, rsync, and Amazon S3 are supported, and others shouldn't be difficult to add. Requirements: · Python >= 2.2 · Librsync >= 0.9.6 · GnuPG What's New in This Release: · With this release we mark the stabilization of the 0.6 series and make 0.5.20 the final release of the 0.5 series. After this, the 0.6 series will be merged into the stable branch and a new 0.7 series will be started. I'm not sure yet what 0.7 will be, so stay tuned. · For those of you wondering, 0.5.19 was never officially released with an email or other notice, so I'm including its change log below. It's now announced officially, just too late to do any good.


Duplicity Related Software