![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX backup and restore | quickfirststep | AIX | 3 | 09-07-2006 03:59 PM |
| F-Backup restore | paultittel | HP-UX | 3 | 06-27-2006 06:46 AM |
| Backup and restore | uXion | AIX | 3 | 06-25-2006 06:02 PM |
| Backup / restore | tt155 | SUN Solaris | 4 | 01-22-2006 10:39 AM |
| Cannot restore a TAR backup | Ross.Goodman | UNIX for Dummies Questions & Answers | 2 | 10-20-2000 01:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hp unix backup&restore
Dear frnds,
i am going to use hp-ux11i first time, actually migrated from true64unix(digital), Now confused with the backup and restore procedures, i was using vdump and vrestore in that which was really much comfortable.could you suggest which is best type backup(similar to vdump and vrestore) for periodical archiving and daily archiving. if it is possible will us pls mail me what is the backup script to backup /,/data,/kind etc in a single tape drive and how it would be restored. regards |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
In HP there is a very nice thing called make_tape_recovery (or something very similar). It backs up the entire OS including the boot areas and stuff, and backs up the files using tar.
Then to restore from that tape, when you boot the system, make sure that the tape is inside the tape drive and then give the command to search for bootable paths. It will show you the tape. You can directly boot off the tape and a menu based interface will allow you to restore. |
|
#3
|
|||
|
|||
|
thanks blowtorch, but i need set by set backup , and its restore. i think make_tape_recovary is for standalone purpose.
|
|
#4
|
||||
|
||||
|
HP used to use HFS filesystems exclusively. For HFS filesystems, you can use dump/restore. But HP is moving to VXFS filesystems. For VXFS filesystems, you can use vxdump/vxrestore. And fbackup/frecover work with any filesystem.
|
|
#5
|
|||
|
|||
|
thanks perdrabo, but still i have a doubt with fbackp/frestore, will it work with norewind option, if it is not, how we can use the same tape for another set of backup from its continuation. i mean today i am taking a backup of /kind fileset on a tape and tomarrow on the same tape after /kind i need to take /option fileset. how it is possible. in digital unix norewind of vdump wil handle this situation.
|
|
#6
|
||||
|
||||
|
If I'm not mistaken, you just have to specify the 'n' as part of the device name that you specify to prevent rewind. And if you do rewind, you can use the 'mt' command to roll the tape forward by as many markers as you need. You have to use the fsf command under mt for that.
--edit I said make_tape_recovery because I thought that you wanted to backup/restore your OS. --/edit |
|
#7
|
||||
|
||||
|
You cannot put a second session on a fbackup tape. It will explicitly issue a rewind after open to make sure this does not happen.
|
||||
| Google The UNIX and Linux Forums |