Difference between revisions of "Recitalrestore"

From Recital Documentation Wiki
Jump to: navigation, search
m (Dbrestore moved to Recitalrestore)
Line 1: Line 1:
The dbrestore utility is administrated with the dbrestore command. It takes the following arguments.
+
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:  dbrestore must be run as root.  For systems with a hidden root account, please precede commands with ’sudo’.'''
+
It takes the following arguments.
 +
 
 +
'''Note:  recitalrestore must be run as root.  For systems with a hidden root account, please precede commands with ’sudo’.'''
  
 
==== help  ====
 
==== help  ====
Line 7: Line 9:
  
 
<code lang="bash">
 
<code lang="bash">
  dbrestore help
+
  recitalrestore help
 
</code>
 
</code>
  
 
==== -i infile ====
 
==== -i infile ====
Specify the input backup file that was created from [[dbdump]] to restore from.
+
Specify the input backup file that was created from [[recitaldump]] to restore from.
  
 
<code lang="bash">
 
<code lang="bash">
  dbrestore -i southwind.tar.gz
+
  recitalrestore -i southwind.tar.gz
 
</code>
 
</code>
  
Line 23: Line 25:
  
 
<code lang="bash">
 
<code lang="bash">
  dbrestore -i southwind.tar.gz -v
+
  recitalrestore -i southwind.tar.gz -v
 
</code>
 
</code>

Revision as of 01:53, 30 November 2009

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.

It takes the following arguments.

Note: recitalrestore 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.

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