1753905 Members
10328 Online
108810 Solutions
New Discussion юеВ

Re: dd of fbackup volume

 
Neil Haslum
Occasional Contributor

dd of fbackup volume

This is a re-worded question I asked last week.
We have a fbackup volume on DLT that we need to duplicate to a DLT on another server.
I have tried many variations of
dd if=/dev/rmt/1m | remsh dd of=/dev/rmt/1m
but it comes back very quickly (with no errors) but it obviously hasn't worked. Has anyone done this successfully?
2 REPLIES 2
Brian M. Fisher
Honored Contributor

Re: dd of fbackup volume

Unfortunately, fbackup(1M) (and SAM) creates backup
volumes with a format that makes duplication of volumes by dd(1)
impossible.
per document#KBRC00001049
http://us-support.external.hp.com/cki/bin/doc.pl/

Brian
<*(((>< er
Perception IS Reality
Andy Monks
Honored Contributor

Re: dd of fbackup volume

fbackup uses (if the tape drive supports it) fast search marks. This is why you can't copy them easily. I recall a program that could, but will limited success.

One way round this is to do :-

fbackup -f localhost:

Using the hostname (or localhost), tells fbackup it's going across a network. Therefore, it doesnt' write FSM's on the tape.

It might work. Not using FSM's will slow down recovery of individual files/directory