Operating System - HP-UX
1833652 Members
3907 Online
110062 Solutions
New Discussion

multi-volume backups with SAM?

 
SOLVED
Go to solution
robie_1
Occasional Advisor

multi-volume backups with SAM?

I am trying to use SAMs built in backup function to manage my backups. I am using an hp 40x6 autoloader on /dev/rmt/1m. What I don't know is how do I get it to change tapes automatically for multi-volume backups?
If a thing is worth doing, it is worth doing right.
3 REPLIES 3
Ken Hubnik_2
Honored Contributor
Solution

Re: multi-volume backups with SAM?

I do not beleive you can do this using SAM backup.
robie_1
Occasional Advisor

Re: multi-volume backups with SAM?

If SAM backup is a combination of ftape and dump, then is it possible to pass the -c config option to it? Since ftape supports multi-volume shouldn't SAM backup?
If a thing is worth doing, it is worth doing right.
robie_1
Occasional Advisor

Re: multi-volume backups with SAM?

Found it! SAM uses the fbackup_config file just like fbackup does, but keeps it in /etc/sam/br instead of /var/adm/fbackupfiles. man fbackup(1m) contains a sample configuration that allows a script to be specified for voume change (and fatal errors too).
If a thing is worth doing, it is worth doing right.