Difference between revisions of "Recitalrestore"
From Recital Documentation Wiki
Barrymavin (Talk | contribs) (→help) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
The recitalrestore utility is is used to restore a backup archive created using the [[recitaldump]] command. The recitaldump command can be used to create a machine independent backup of a database or directory which is restored onto a target system using recitalrestore. | The recitalrestore utility is is used to restore a backup archive created using the [[recitaldump]] command. The recitaldump command can be used to create a machine independent backup of a database or directory which is restored onto a target system using recitalrestore. | ||
− | + | Note: recitalrestore must be run as root. For systems with a hidden root account, please precede commands with '''sudo'''. | |
− | + | ||
− | + | ||
+ | The recitalrestore command takes the following arguments. | ||
==== --help ==== | ==== --help ==== | ||
Using the ''--help'' or ''-h'' argument will display a list of arguments for all the services. | Using the ''--help'' or ''-h'' argument will display a list of arguments for all the services. | ||
− | < | + | <pre> |
recitalrestore --help | recitalrestore --help | ||
− | </ | + | </pre> |
==== -i infile ==== | ==== -i infile ==== | ||
Specify the input backup file that was created from [[recitaldump]] to restore from. | Specify the input backup file that was created from [[recitaldump]] to restore from. | ||
− | < | + | <pre> |
recitalrestore -i southwind.tar.gz | recitalrestore -i southwind.tar.gz | ||
− | </ | + | </pre> |
====[ -q ]==== | ====[ -q ]==== | ||
− | Run in quiet mode | + | Run in quiet mode. |
====[ -v ]==== | ====[ -v ]==== | ||
Run in verbose mode. | Run in verbose mode. | ||
− | < | + | <pre> |
recitalrestore -i southwind.tar.gz -v | recitalrestore -i southwind.tar.gz -v | ||
− | </ | + | </pre> |
Revision as of 11:28, 22 January 2010
The recitalrestore utility is is used to restore a backup archive created using the recitaldump command. The recitaldump command can be used to create a machine independent backup of a database or directory which is restored onto a target system using recitalrestore.
Note: recitalrestore must be run as root. For systems with a hidden root account, please precede commands with sudo.
The recitalrestore command takes the following arguments.
Contents
--help
Using the --help or -h argument will display a list of arguments for all the services.
recitalrestore --help
-i infile
Specify the input backup file that was created from recitaldump to restore from.
recitalrestore -i southwind.tar.gz
[ -q ]
Run in quiet mode.
[ -v ]
Run in verbose mode.
recitalrestore -i southwind.tar.gz -v