diff --git a/xCAT-client/pods/man1/dumpxCATdb.1.pod b/xCAT-client/pods/man1/dumpxCATdb.1.pod index c7f914117..1912c4f63 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<-p>|B<--path>} I] +B [B<-V>] [{B<-p>|B<--path>} I] B [B<-h>|B<--help>] [B<-v>|B<--version>] @@ -20,6 +20,8 @@ B<-h> Display usage message. B<-v> Command Version. +B<-V> Verbose. + B<-p> Path to the directory to dump the tables. diff --git a/xCAT-client/pods/man1/restorexCATdb.1.pod b/xCAT-client/pods/man1/restorexCATdb.1.pod index 79179c860..57f7b2228 100644 --- a/xCAT-client/pods/man1/restorexCATdb.1.pod +++ b/xCAT-client/pods/man1/restorexCATdb.1.pod @@ -4,7 +4,7 @@ B - restores the xCAT db tables . =head1 SYNOPSIS -B [{B<-p>|B<--path>} I] +B [B<-a>] [B<-V>] [{B<-p>|B<--path>} I] B [B<-h>|B<--help>] [B<-v>|B<--version>] @@ -20,6 +20,11 @@ B<-h> Display usage message. B<-v> Command Version. +B<-V> Verbose. + +B<-a> All,without this flag the eventlog and auditlog will be skipped. +These tables are skipped by default because restoring will generate new indexes. + B<-p> Path to the directory containing the database restore files. @@ -35,6 +40,9 @@ B<-p> Path to the directory containing the database restore files. B +2. To restore the xCAT database including auditlog and eventlog from the /tmp/db directory, enter: + +B =head1 FILES