[HPADM] remote fbackup [SUMMARY]

From: HAUTECOEUR Bruno (HAUTECOB_at_ESSILOR.fr)
Date: 07/04/05

  • Next message: Amit Kumar: "[HPADM] Help on evaluation of new HP Machines"
    To: "'hpadm'" <hpux-admin@dutchworks.nl>
    Date: Mon, 4 Jul 2005 10:18:42 +0200 
    
    
    

    Hi admins

    i received lot of answers to my question. Most of them say to use "-f
    serveur:device" option of fbackup. But this method is very slow.

    The best one i received and used (through a gigabit LAN, it works fine) is
    the following:

    I would suggest using fbackup with dd. "standalone" fbackup on the network
    is rather slow.
    And you can use it with remsh or ssh in this way.

    The key: use the same block size with dd at the restoration as with the
    fbackup.

    To restore you can adapt the following examples:
    (My original example mail for one of my customer is a long hungarian mail.
    I'm lazy to translate it; please see fbackup and frecover man pages)

    1.to check/read only the content of the tape:
    remsh gaia dd if=/dev/rmt/0m bs=128k | frecover -r -N -v -f -

    2. To restore /tmp/1 to /tmp/test (local usage, you can add remsh/ssh to use
    it via the network) cd /tmp/test dd if=/dev/rmt/0m bs=128k | frecover -x -v
    -X -i /tmp/1 -f -

    3. To restore a single file to the current directory (the same applies):

    dd if=/dev/rmt/0m bs=128k | frecover -x -v -X -F -i
    /tmp/1/depot/catalog/INDEX -f -

    Thanks to all.

    ________________
    Bruno HAUTECOEUR
    Architecte système Unix
    DSI / Architecture & Systèmes - Essilor International
    Tel: 33 (0)1 72 94 73 20 - Fax: 01 39 26 53 08
    mail: hautecob@essilor.fr

    
    

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    


  • Next message: Amit Kumar: "[HPADM] Help on evaluation of new HP Machines"

    Relevant Pages

    • Use of frecover
      ... i tried to restore one file from a backup created with fbackup. ... I checked with frecover -V and -I that it IS a fbackup tape and the ...
      (comp.sys.hp.hpux)
    • problems restoring from fbackup using sam
      ... doing a full fbackup followed by two incremental fbackups. ... two incrementals were applied one after the other in order. ... command line and the restore was done from SAM. ... Is there an issue with SAM? ...
      (comp.sys.hp.hpux)
    • [HPADM] Remote fbackup
      ... i would save datas with fbackup via the LAN from server A to a LTO drive ... connected on the server B. ... Could you help me with the syntax of the command to use fbackup in a remote ... Architecte système Unix ...
      (HP-UX-Admin)