Difference between revisions of "Recitalrestore"
Barrymavin (Talk | contribs) m (Dbrestore moved to Recitalrestore) |
Yvonnemilne (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The | + | 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'''. | |
− | ==== help ==== | + | The recitalrestore command takes the following arguments. |
− | Using the ''help'' or ''-h'' argument will display a list of arguments for all the services. | + | ==== --help ==== |
− | + | Using the ''--help'' or ''-h'' argument will display a list of arguments for all the services. | |
− | + | ||
− | + | ||
− | + | ||
+ | <pre> | ||
+ | recitalrestore --help | ||
+ | </pre> | ||
==== -i infile ==== | ==== -i infile ==== | ||
− | Specify the input backup file that was created from [[ | + | Specify the input backup file that was created from [[recitaldump]] to restore from. If the backup is of a directory, the full path name of the backup file must be specified. |
− | < | + | <pre> |
− | + | recitalrestore -i /tmp/application.tar.gz | |
− | </ | + | </pre> |
+ | For a database, only the file name need be given. | ||
+ | |||
+ | <pre> | ||
+ | recitalrestore -i southwind.tar.gz | ||
+ | </pre> | ||
====[ -q ]==== | ====[ -q ]==== | ||
− | Run in quiet mode.. | + | Run in quiet mode. |
+ | |||
+ | <pre> | ||
+ | recitalrestore -i southwind.tar.gz -q | ||
+ | </pre> | ||
====[ -v ]==== | ====[ -v ]==== | ||
Run in verbose mode. | Run in verbose mode. | ||
− | < | + | <pre> |
− | + | recitalrestore -i southwind.tar.gz -v | |
− | </ | + | </pre> |
Latest revision as of 17:36, 15 March 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. If the backup is of a directory, the full path name of the backup file must be specified.
recitalrestore -i /tmp/application.tar.gz
For a database, only the file name need be given.
recitalrestore -i southwind.tar.gz
[ -q ]
Run in quiet mode.
recitalrestore -i southwind.tar.gz -q
[ -v ]
Run in verbose mode.
recitalrestore -i southwind.tar.gz -v