< Home - < Back

cpdup


Information about the package, cpdup, which is shipped with common Linux distributions. The cpdup package is designed for, Filesystem mirroring utility.


Package Name:

cpdup

Summary:

Filesystem mirroring utility

Description:

The cpdup utility makes an exact mirror copy of the source in the destination, creating and deleting files and directories as necessary. UTimes, hardlinks, softlinks, devices, permissions, and flags are mirrored. By default, cpdup asks for confirmation if any file or directory needs to be removed from the destination and does not copy files which it believes to have already been synchronized (by observing that the source and destination file’s size and mtimes match). cpdup does not cross mount points in either the source or the destination. As a safety measure, cpdup refuses to replace a destination directory with a file.

Architecture:

x86_64

Version:

1.18

Release:

1.el6

Size:

41 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for cpdup


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


Command

Description of Command

yum install cpdup

This command will install cpdup on the server.

yum remove cpdup

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

yum -y remove cpdup

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

yum update cpdup

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

yum -y update cpdup

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

yum info cpdup

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

yum deplist cpdup

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

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