add -a flag

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-04-19 13:59:33 +00:00
parent 4debb433e3
commit 7369ca753b

View File

@ -4,7 +4,7 @@ B<dumpxCATdb> - dumps the xCAT db tables .
=head1 SYNOPSIS
B<dumpxCATdb> [B<-V>] [{B<-p>|B<--path>} I<path>]
B<dumpxCATdb> [B<-a>] [B<-V>] [{B<-p>|B<--path>} I<path>]
B<dumpxCATdb> [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<dumpxCATdb -p /tmp/db>
2. To dump the xCAT database into the /tmp/db directory, including the auditlog and eventlog enter:
B<dumpxCATdb -a -p /tmp/db>
=head1 FILES