From 986f82a33e37f7b1fa56ed43318f86b8ccefb8a5 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 1 Dec 2011 14:27:44 +0000 Subject: [PATCH] fix info git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11105 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/dumpxCATdb.1.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/dumpxCATdb.1.pod b/xCAT-client/pods/man1/dumpxCATdb.1.pod index f299c66d9..6a3fa05f7 100644 --- a/xCAT-client/pods/man1/dumpxCATdb.1.pod +++ b/xCAT-client/pods/man1/dumpxCATdb.1.pod @@ -15,10 +15,9 @@ B [B<-h>|B<--help>] [B<-v>|B<--version>] If not using the binary dump option (-b), then the dumpxCATdb command creates .csv files for xCAT database tables and puts them in the directory given by the -p flag. These files can be used by the restorexCATdb command to restore the database. The command will read the list of tables in the site.skiptables attribute and not backup those tables. Supports using XCAT_SKIPTABLES env variable to provide a list of skip tables. - The command will never backup TEAL or ISNM tables, except isnm_config. To dump TEAL tables use the documented process for TEAL. For ISNM use tabdump, after using tabprune to get to prune unnecessary records. -If using the binary dump option for the DB2 database, then the routine will use the Database provide utilites for backup of the database. +If using the binary dump option for the DB2 database, then the routine will use the Database provide utilites for backup of the entire DB2 database. =head1 OPTIONS