From 85010da29de6dde0d938264e9792307e4e77151f Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 30 Apr 2010 13:44:40 +0000 Subject: [PATCH] add new interfaces to manpage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5929 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/dumpxCATdb.1.pod | 4 +++- xCAT-client/pods/man1/restorexCATdb.1.pod | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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