mondorestore(8)                                                mondorestore(8)



NNAAMMEE
       mondorestore - a restore / disaster-recovery tool.


SSYYNNOOPPSSIISS
       mmoonnddoorreessttoorree [[--pp pprreeffiixx]][[--KK lloogglleevveell]][[--ii]][[--UU]]......  : restore your PC


DDEESSCCRRIIPPTTIIOONN
       _m_o_n_d_o_r_e_s_t_o_r_e restores data previously backed up with _m_o_n_d_o_a_r_c_h_i_v_e_.

       Note  that mondorestore will usually automatically be called when boot-
       ing a MondoRescue medium. The only exception is booting  a  MondoRescue
       medium in EExxppeerrtt mode in which case mondorestore can be evoked from the
       command line.


       --pp _p_r_e_f_i_x
              Use pprreeffiixx to specify the name of your ISO images.  By  default,
              mondorestore  names images mondorescue-1.iso, mondorescue-2.iso,
              ...   Using  --pp  mmaacchhiinnee  mmoonnddoorreessttoorree  will  use  images  named
              machine-1.iso, machine-2.iso, ...


       --ii     Use  ISO  files  (CD images) as restore media. This is good when
              having backed up your system to  a  spare  hard  drive.  The  --nn
              switch  is  a  wiser choice if you plan to restore from a remote
              filesystem.


       --nn _m_o_u_n_t
              Use files residing on NFS partition as restore media.  _m_o_u_n_t  is
              the remote mount-point, e.g. '192.168.1.3:/home/nfs' for my file
              server. Please mount it before restoring/verifying.


       --tt     Use tape streamer as restore device and  its  tapes  as  restore
              media.


       --UU     Use a generic USB device as restore device. Use this if you want
              to read your backup from a USB key or USB disk.  The USB  device
              should  be  attached to the system ir order for this to work and
              its device name passed to the --dd option.


       --uu     Use a generic streaming device as restore device.  Use  this  if
              you  want to read your backup from a device that is not directly
              support by mondoarchive. This will get the data directly from  a
              raw device.  FFoorr eexxppeerriieenncceedd uusseerrss oonnllyy..


       --EE _"_p_a_t_h _._._._"
              Exclude  path(s)  from restore (future dev). The paths should be
              separated with a whitespace.  /mnt/cdrom,  /proc,  /sys,  /tmp).
              For  example,  if you are restoring up from an NFS mount but you
              do not want to  restore  some  content,  exclude  it  with  that
              switch.


       --II _"_p_a_t_h _._._._"
              Include paths(s) to retore (future dev).


       --JJ _f_i_l_e
              Specify  an explicit list of files and directories to restore in
              a plain text file, one item (file or directory) per line. Beware
              that directories placed in that file are not managed recursively
              contrary to what is done with the -I option.


       --dd _d_e_v_|_d_i_r
              Specify the restore device (CD/tape/USB) or directory (NFS/ISO).
              For CD-R[W] drives, this is the SCSI node where the drive may be
              found, e.g. '0,1,0'. For tape users, this is the tape  streamers
              /dev  entry,  e.g. '/dev/st0'. For USB users, this is the device
              name of your key or external disk. For ISO users,  this  is  the
              directory  where  the ISO images are stored. For NFS users, this
              is the directory within the NFS  mount  where  the  backups  are
              stored. The default for ISO and NFS is '/var/cache/mondo'.


       --gg     GUI mode. Without this switch, the screen output of mondorestore
              is text based.


       --mm     Manual (not self-retracting) CD trays are often  found  on  lap-
              tops.  If  you  are  a laptop user, your CD burner has BurnProof
              technology or you experience problems  with  mondo  then  please
              call mondorestore with this switch.


       --oo     Use  OBDR  (One  Button  Disaster  Recovery)  type of tapes.  By
              default, tapes are not bootable. With this flag,  tape  will  be
              read as bootable tapes following the OBDR format.


       --xx _'_d_e_v _._._._'
              Specify  non-Linux  partitions which you want to restore (future
              dev).


       --TT _p_a_t_h
              Specify the full pathname of the tempdir,  the  directory  where
              temporary files are stored.


       --bb     Specify  the internal block size used by the tape drive. This is
              usually 32K but some drives just don't like  that.  They  should
              but  they  don't.  That's  what  happens when tape drive vendors
              don't talk to kernel driver writers. Try 512 or 16384.


       --ee     Don't eject the CD or tape when restoring...


       --ff _d_e_v_i_c_e
              Specify the drive on which your Master Boot Record  lives.  Usu-
              ally, this is discovered automatically. (future dev)


       --QQ     Give more detailed information about the boot loader.


       --KK _l_o_g_l_e_v_e_l
              Specify  the  loglevel.  Use  99  for full debug. Standard debug
              level is 4.


       --zz     Use extended attributes and acl for each file and store them  in
              the backup media. Use this option if you use SElinux e.g. but it
              will slow down backup and restore time of course.


       --ZZ     Specify mondorestore mode. Mode could be one of _n_u_k_e_: This  mode
              restore  everything  like on the original system with no/minimal
              questions _i_n_t_e_r_a_c_t_i_v_e_: This mode asks all the questions  to  the
              user _c_o_m_p_a_r_e_: This mode just compares the system with the backup
              _i_s_o_: This mode restores from iso images, instead of  real  media
              _i_s_o_n_u_k_e_:  This  mode  restores  from iso images, instead of real
              media, with no/minimal questions _m_b_r_: This  mode  just  restores
              the MBR (Master Boot Record)



DDIIAAGGNNOOSSTTIICCSS
       mondorestore  generates  an Extremely important file: //vvaarr//lloogg//mmoonnddoorree--
       ssttoorree..lloogg..  When seeking technical support, attach this  file  to  your
       email.


FFIILLEESS
       _/_v_a_r_/_l_o_g_/_m_o_n_d_o_r_e_s_t_o_r_e_._l_o_g   This  log  contains  important  information
       required to analyse mondorestore problem reports. Mondo support  highly
       recommends sending this file with support questions. It's located under
       /tmp during the restore process and moved under /var/log at the end.


NNOOTTEESS
       A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael  Hultgren,
       Cafeole,  Randy  Delphs,  Stan Benoit, and Hugo Rabson) may be found at
       _h_t_t_p_:_/_/_w_w_w_._m_o_n_d_o_r_e_s_c_u_e_._o_r_g_/_d_o_c_s_._s_h_t_m_l - or in _/_u_s_r_/_s_h_a_r_e_/_d_o_c_/_m_o_n_d_o_-_x_._x_x
       on your hard drive.


BBUUGGSS
       It  is  recommend that your system has more than 64 MB ram. SCSI device
       order change with nuke can have unexpected results. It  is  recommended
       you use expert mode with drastic hardware reconfigurations.


SSEEEE AALLSSOO
       afio(1), bzip2(1), find(1), mindi(8), mondoarchive(8).

AAUUTTHHOORRSS
       Bruno Cornec (lead-development) _b_r_u_n_o___a_t___m_o_n_d_o_r_e_s_c_u_e_._o_r_g
       Andree Leidenfrost (co-developper) _a_l_e_i_d_e_n_f___a_t___b_i_g_p_o_n_d_._n_e_t_._a_u

OORRIIGGIINNAALL AAUUTTHHOORRSS
       Hugo Rabson (original author) _h_u_g_o_._r_a_b_s_o_n___a_t___m_o_n_d_o_r_e_s_c_u_e_._o_r_g
       Jesse Keating (packaging) _h_o_s_t_i_n_g___a_t___j_2_s_o_l_u_t_i_o_n_s_._n_e_t
       Stan Benoit (testing) _t_r_o_f_f___a_t___n_a_k_e_d_s_o_u_l_._o_r_g
       Mikael Hultgren (docs) _m_i_k_a_e_l___h_u_l_t_g_r_e_n___a_t___g_m_x_._n_e_t
       See mailing list at http://www.mondorescue.org for technical support.



Mondo Rescue 2.2.8-r2139          2009-02-04                   mondorestore(8)
