update manpage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d0ef8af1a7
commit
2efb8936a5
@ -62,8 +62,7 @@ To see what tables exist in the xCAT database:
|
||||
|
||||
To back up all the xCAT database tables:
|
||||
|
||||
mkdir -p /tmp/xcatdb.backup
|
||||
for i in `tabdump`;do echo "Dumping $i..."; tabdump $i > /tmp/xcatdb.backup/$i.csv; done
|
||||
dumpxCATdb -p <backup directory>
|
||||
|
||||
=item *
|
||||
|
||||
@ -85,4 +84,4 @@ To display a description of each column in the nodehm table:
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
tabrestore(1), tabedit(1)
|
||||
tabrestore(1), tabedit(1), dumpxCATdb(1)
|
||||
|
@ -59,10 +59,9 @@ The file mp.csv could contain something like:
|
||||
|
||||
=item *
|
||||
|
||||
To restore database tables that were dumped with tabdump:
|
||||
To restore database tables that we dumped with dumpxCATdb:
|
||||
|
||||
cd /tmp/xcatdb.backup
|
||||
for i in *.csv;do echo "Restoring $i..."; tabrestore $i; done
|
||||
restorexCATdb -p <restore directory:
|
||||
|
||||
=back
|
||||
|
||||
@ -72,4 +71,4 @@ To restore database tables that were dumped with tabdump:
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
tabdump(1), tabedit(1)
|
||||
tabdump(1), tabedit(1),dumpxCATdb(1)
|
||||
|
Loading…
Reference in New Issue
Block a user