From 7369ca753bd4c6e4b090ef0eedc1a174e0d906b6 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 19 Apr 2011 13:59:33 +0000 Subject: [PATCH] add -a flag git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/dumpxCATdb.1.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/dumpxCATdb.1.pod b/xCAT-client/pods/man1/dumpxCATdb.1.pod index 1912c4f63..291505668 100644 --- a/xCAT-client/pods/man1/dumpxCATdb.1.pod +++ b/xCAT-client/pods/man1/dumpxCATdb.1.pod @@ -4,7 +4,7 @@ B - dumps the xCAT db tables . =head1 SYNOPSIS -B [B<-V>] [{B<-p>|B<--path>} I] +B [B<-a>] [B<-V>] [{B<-p>|B<--path>} I] B [B<-h>|B<--help>] [B<-v>|B<--version>] @@ -22,6 +22,8 @@ B<-v> Command Version. 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. @@ -37,6 +39,10 @@ B<-p> Path to the directory to dump the tables. B +2. To dump the xCAT database into the /tmp/db directory, including the auditlog and eventlog enter: + +B + =head1 FILES