< Home - < Back

duply


Information about the package, duply, which is shipped with common Linux distributions. The duply package is designed for, Wrapper for duplicity.


Package Name:

duply

Summary:

Wrapper for duplicity

Description:

duply deals as a wrapper for the mighty duplicity magic. It simplifies running duplicity with cron or on command line by: - keeping recurring settings in profiles per backup job - enabling batch operations e.g. backup_verify_purge - executing pre/post scripts - precondition checking for flawless duplicity operation Since version 1.5.0 all duplicity backends are supported. Hence the name changed from ftplicity to duply.

Architecture:

noarch

Version:

1.6.0

Release:

1.el6

Size:

39 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for duply


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


Command

Description of Command

yum install duply

This command will install duply on the server.

yum remove duply

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

yum -y remove duply

This command will un-install duply 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 duply when using the -y flag.

yum update duply

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

yum -y update duply

This command will update duply 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 duply when using the -y flag.

yum info duply

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

yum deplist duply

This command will show you the dependencies for duply. 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 duply

This command will check if there is an update waiting on duply. 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.