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:
lissav 2008-03-28 13:42:31 +00:00
parent d0ef8af1a7
commit 2efb8936a5
2 changed files with 5 additions and 7 deletions

View File

@ -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)

View File

@ -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)