I have an fbackup tape, created with this graph:
i /rd
i /db
i /test
I'm moving some disks/volumes around, during which /test is going to be deleted from its volume group vg01, then created again (empty) in another volume group vg04.
Before:
/dev/vg01/test ... /test
After:
/dev/vg04/test ... /test
Can someone let me know how to frecover just /test? Since the new fs will have the same name, I don't need to redirect the output of the restore, right?
From what I see in the frecover man page, I guess I'd use this:
frecover -x -i /test -c
-f $TAPE
Does that look right? "configfile" is the config file that was used for the fbackup. "$TAPE" is my tape device.
Will all permissions be restored by default?
Thanks,
Fred
fmartin@applicatorssales.com