Operating System - HP-UX
1834136 Members
2282 Online
110064 Solutions
New Discussion

Backup important files on UX machine

 
Jacob_7
Occasional Contributor

Backup important files on UX machine

Hi all,

I need to backup sendmail machine without a tape...

So, I need to take all the important files - passwords, hosts, DNS, senmail.cf etc.

Does someone has a list of this files, so I can write script to TAR them?
4 REPLIES 4
Helen French
Honored Contributor

Re: Backup important files on UX machine

Hi Jacob,

Take a look at this guide. This will give you information about all sendmail configuration files:

http://www.docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html

HTH,
Shiju

Life is a promise, fulfill it!
harry d brown jr
Honored Contributor

Re: Backup important files on UX machine

Use ignite and perform a make_recovery, which can write to a remote tape drive, and the tape contains everything to boot and rebuild your system from. It includes all of the important files for the OS, and it is a tar backup (more likely a pax backup).

If you don't have ignite installed, you should install it and use this method over any you try to build yourself.

live free or die
harry
Live Free or Die
Michael Tully
Honored Contributor

Re: Backup important files on UX machine

Hi,

Here is a sample on how to cut the ignite
tape: The tape has a bootable image on the
first section of the tape. The seconda section
chich has all of your important files is
written in tar. pax can be used to recover
files if necessary.

# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

HTH
-Michael
Anyone for a Mutiny ?
Bill Hassell
Honored Contributor

Re: Backup important files on UX machine

Since you don't have a tape, it is much simper to use Ignite/UX to run make_net_recovery on another machine. That way, you lose everything on the target, simply replace the disk and restore the root volume group over the network--no tape needed. Get the latest Ignite/UX bits from software.hp.com


Bill Hassell, sysadmin