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
This commit is contained in:
parent
6ed57c7c81
commit
85010da29d
@ -4,7 +4,7 @@ B<dumpxCATdb> - dumps the xCAT db tables .
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<dumpxCATdb> [{B<-p>|B<--path>} I<path>]
|
||||
B<dumpxCATdb> [B<-V>] [{B<-p>|B<--path>} I<path>]
|
||||
|
||||
B<dumpxCATdb> [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.
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@ B<restorexCATdb> - restores the xCAT db tables .
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<restorexCATdb> [{B<-p>|B<--path>} I<path>]
|
||||
B<restorexCATdb> [B<-a>] [B<-V>] [{B<-p>|B<--path>} I<path>]
|
||||
|
||||
B<restorexCATdb> [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<restorexCATdb -p /tmp/db>
|
||||
|
||||
2. To restore the xCAT database including auditlog and eventlog from the /tmp/db directory, enter:
|
||||
|
||||
B<restorexCATdb -a -p /tmp/db>
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
Loading…
Reference in New Issue
Block a user