Difference between revisions of "Recitaldump"

From Recital Documentation Wiki
Jump to: navigation, search
(-o outfile)
(-d directory)
Line 18: Line 18:
 
==== -d directory ====
 
==== -d directory ====
 
This argument is used to specify the name of a directory create the dump from.
 
This argument is used to specify the name of a directory create the dump from.
 +
 +
<code lang="bash">
 +
dbdump -d /data/application
 +
</code>
 +
 
==== -o outfile ====
 
==== -o outfile ====
 
Specify the output backup file name. When you need to restore this file use the [[dbrestore]] command.
 
Specify the output backup file name. When you need to restore this file use the [[dbrestore]] command.

Revision as of 08:23, 2 November 2009

The dbdump utility is administrated with the dbdump command. It takes the following arguments.

Note: dbdump must be run as root. For systems with a hidden root account, please precede commands with ’sudo’.

help

Using the help or -h argument will display a list of arguments for all the services.

dbdump help

-D database

This argument is used to specify the name of a database to create the dump from.

dbdump -D southwind

-d directory

This argument is used to specify the name of a directory create the dump from.

dbdump -d /data/application

-o outfile

Specify the output backup file name. When you need to restore this file use the dbrestore command.