< Home - < Back

xfsdump


Information about the package, xfsdump, which is shipped with common Linux distributions. The xfsdump package is designed for, Administrative utilities for the XFS filesystem.


Package Name:

xfsdump

Summary:

Administrative utilities for the XFS filesystem

Description:

The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files to a specified disk, tape or other storage medium. It uses XFS-specific directives for optimizing the dump of an XFS filesystem, and also knows how to backup XFS extended attributes. Backups created with xfsdump are "endian safe" and can thus be transfered between Linux machines of different architectures and also between IRIX machines. xfsrestore performs the inverse function of xfsdump; it can restore a full backup of a filesystem. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may be restored from full or partial backups.

Architecture:

x86_64

Version:

3.0.4

Release:

4.el6_6.1

Size:

252 k

Repository:

base

From Repository:

Licence:

GPL+



Handy Yum Commands for xfsdump


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


Command

Description of Command

yum install xfsdump

This command will install xfsdump on the server.

yum remove xfsdump

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

yum -y remove xfsdump

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

yum update xfsdump

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

yum -y update xfsdump

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

yum info xfsdump

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

yum deplist xfsdump

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

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