< Home - < Back

duplicity


Information about the package, duplicity, which is shipped with common Linux distributions. The duplicity package is designed for, Encrypted bandwidth-efficient backup using rsync algorithm.


Package Name:

duplicity

Summary:

Encrypted bandwidth-efficient backup using rsync algorithm

Description:

Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or local) file server. In theory many protocols for connecting to a file server could be supported; so far ssh/scp, local file access, rsync, ftp, HSI, WebDAV and Amazon S3 have been written. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, device files, but not hard links.

Architecture:

x86_64

Version:

0.6.26

Release:

2.el6

Size:

546 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for duplicity


Control the duplicity package with the following handy commands outlined below.


Command

Description of Command

yum install duplicity

This command will install duplicity on the server.

yum remove duplicity

This command will un-install duplicity on the server. When you run this command, you will be asked if you are sure that you want to remove duplicity, so you have to manually confirm that you want to do this.

yum -y remove duplicity

This command will un-install duplicity on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove duplicity when using the -y flag.

yum update duplicity

This command will update duplicity to the latest version. When you run this command, you will be asked if you are sure that you want to remove duplicity, so you have to manually confirm that you want to do this.

yum -y update duplicity

This command will update duplicity to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove duplicity when using the -y flag.

yum info duplicity

This command will show you core information about the duplicity package.

yum deplist duplicity

This command will show you the dependencies for duplicity. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update duplicity

This command will check if there is an update waiting on duplicity. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.