![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accessing variables of one shell script in another shell script | rsendhilmani | Shell Programming and Scripting | 2 | 03-17-2009 01:17 AM |
| Accessing variables of one shell script in another shell script | looza | Shell Programming and Scripting | 2 | 06-30-2008 08:13 PM |
| To call/execute a shell script from a shell script | konark | UNIX for Dummies Questions & Answers | 1 | 10-26-2007 06:16 PM |
| How to pass a parameter from one Shell-script to another Shell-script | subodhbansal | Shell Programming and Scripting | 2 | 09-22-2007 06:19 AM |
| Have a shell script call another shell script and exit | heprox | Shell Programming and Scripting | 2 | 11-20-2006 08:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
regarding shell script
helo I m porting my code from HP ux to linux RHEL 4
In one of my shell script for taking backup and to List archive volume information I m using folliowing code if [ "$MODE" != "DVD" ] then /etc/frecover -V $BKPINCLUDE -v -f $DEVICE else $DD if=$DEVICE bs=16k | $GUNZIP | \ /etc/frecover -V $BKPINCLUDE -v -f - umount_dvd where MODE=TPH DEVICE=/tmp/amit/pudslx04.sb.10-07-08.1934PDT.gz BKPINCLUDE=/tmp/bkp_include.vi now can u tell me in linux what i use instread of frecover. Amit Last edited by amitpansuria; 10-07-2008 at 06:45 AM.. Reason: more clearance of problem statement |
|
||||
|
Regarding backup
Quote:
Thanks for your reply. Now I want to list volume information using ( Display the creation information of the backup media) using tar In my HP ux system when I say Display List voulme information using frecover it give me following information Listing tape volume information on /dev/rmt/0m Magic Field:FBACKUP_LABEL Machine Identification:9000/785 System Identification:HP-UX Release Identification:B.11.11 Node Identification:c8004 User Identification:root Record size:16384 Time:Wed oct 8 12:11:21 2008 Media Used: 0 volume Number: 1 Checkpoint frequency:256 Fast Search mark Frequency:200 Index Size:423764 Backup Identification Tag: 7160 1223493081 Language: Now I want to display same above information in Linux(RHEL 4). How do I do it.? or in linux is there any utility like frecover? Regards, Amit Last edited by amitpansuria; 10-08-2008 at 03:50 AM.. Reason: to give more input |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|