From f6abdf18040608fcab12ee1130e4c0cfb00eea43 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 26 May 2011 17:27:40 +0000 Subject: [PATCH] document skiptables git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/dumpxCATdb.1.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/dumpxCATdb.1.pod b/xCAT-client/pods/man1/dumpxCATdb.1.pod index 291505668..60c7dc2a0 100644 --- a/xCAT-client/pods/man1/dumpxCATdb.1.pod +++ b/xCAT-client/pods/man1/dumpxCATdb.1.pod @@ -11,7 +11,7 @@ B [B<-h>|B<--help>] [B<-v>|B<--version>] =head1 DESCRIPTION -The dumpxCATdb command creates .csv files for all 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 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, if the attribute exists. =head1 OPTIONS @@ -24,7 +24,8 @@ B<-V> Verbose. B<-a> All,without this flag the eventlog and auditlog will be skipped. -B<-p> Path to the directory to dump the tables. +B<-p> Path to the directory to dump the tables. It will be created if + it does not exist. =head1 RETURN VALUE @@ -43,7 +44,9 @@ B B +2. To have dumpxCATdb not backup the hosts or passwd table: +B