HP3000-L Archives

September 1998, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mike Hornsby <[log in to unmask]>
Reply To:
Mike Hornsby <[log in to unmask]>
Date:
Thu, 3 Sep 1998 08:41:52 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (47 lines)
Jeff,

You need to do the store with an indirect file. The following is a sample
store job and indirect file. I wish that I could come up with a method to
append the actual store listing to the end of the last media. This would be
very helpful when doing a reload to find out what actually got stored and
what the dates of a particular file were. Plus, I have been debating adding
a step to create a copy of the system config group at each full backup to
*protect* the on disk version. This way if *something* changed that causes a
bad boot I could at least try the group created at the prior full backups
before I have to mount a tape.

Mike Hornsby
[log in to unmask]


SAMPLE BACKUP JOB


!job fullback,manager.sys
!continue
!abortjob jinetd,manager.sys
!continue
!abortjob ftpmon,manager.sys
!nscontrol stop
!netcontrol stop
!devctrl.mpexl.telesup 7,enable,enable
!file sysgtape=!hpjobname;dev=7
!setvar backday,"sl"+rht("0!hpyear",2)
!setvar backday,"!backday"+rht("0!hpmonth",2)
!setvar backday,"!backday"+rht("0!hpdate",2)
!setvar backday,"!backday.backlist"
!purge !backday
!file syslist=!backday,new;save;rec=-132,,f,ascii;disc=100000;nocctl
!sysgen
ta store=^stfiles.backlist;mode=verbose
exit
!stream startnet.net.sys
!eoj



SAMPLE INDIRECT FILE (note that BGD should be replaced by any sets that you
have)

;PROGRESS;SHOW=DATES;DIRECTORY;ONVS=MPEXL_SYSTEM_VOLUME_SET,BGD

ATOM RSS1 RSS2