[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Single Page

Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.2 Backup and Recovery
Next Document: 5.2.2 How can I use dump with a DDS tape?


5.2.1 Can I put more than one backup on DDS with fbackup?


No. fbackup always rewinds the tape. Possible alternatives:

 (1) Stick with dump/cpio/tar/pax.
 (2) Use a pipe: instead of telling fbackup where the DAT is,
     let it send its output to stdout (-f -) and pipe it to the DAT, using
     Berkeley no-rewind device and dd with a suitable block size (e.g.,
     10K).  You'll lose fast-search and resync-after-error functionality,
     though.  Also, the complexities of managing multiple archives per
     tape make this a high-risk proposition.
 (3) Use NFS[R] and mount the disks of the machine without DAT to the
     other and back them both up there.  You'll have to mount 'em with
     root permissions and restoring a completely destroyed root disk will
     be messy.
 (4) Scream at HP until they fix fbackup. :-)



Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.2 Backup and Recovery
Next Document: 5.2.2 How can I use dump with a DDS tape?

Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com

Last Update July 24 2008 @ 00:14 AM

© 2008 FAQS.ORG. All rights reserved.