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