![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron command for backups | gjarvis | UNIX for Dummies Questions & Answers | 2 | 12-19-2006 09:17 AM |
| Irix - startup script problem | rshampshire | UNIX for Advanced & Expert Users | 0 | 11-16-2006 05:50 AM |
| Irix 5.3 | Trixee | High Level Programming | 3 | 10-17-2001 07:45 AM |
| Irix | DPAI | UNIX for Dummies Questions & Answers | 7 | 08-30-2001 09:53 AM |
| Problem with IRIX | Jai | UNIX for Dummies Questions & Answers | 2 | 07-26-2001 12:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Problem with Pax command and backups on AIX HP-UX and IRIX
can someone tell me in details what this command does:
pax -rpe -f /dev/rmt0 -s:^/home:/temp/test:g The definition given in the source i got this from says that command is used to restore the files from /home to /tmp/test. now, i know there's goto be a deeper explanation than that. can someone explain this to me? second part can someone please tell me what the best backup strategy is for the systems: AIX IRIX and HP-UX. i mean this in terms of faster disaster recovery |
| Forum Sponsor | ||
|
|
|
|||
|
For AIX:
mksysb (whithout map files - smitty mksysb) for rootvg savevg (whithout map files for the other Volume Groups smitty savevg) For HP-UX: ignite (make_tape_recovery _if the server has a tape_ or make_net_recovery _if you use an ignite server) for vg00. vxdump to backup vxfs filesystems (see also: vxrestore). Pay special attention when select a backup command, look for large files aware backup commands and if you use UID's and GID's larger than 60K. For IRIX: Idon't really know, but look at: http://techpubs.sgi.com/library/tpl/...2.html#id48598 And follow the links of your interest. Regards. Hugo. Last edited by hugo_perez; 01-27-2003 at 08:16 AM. |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|