Ok so I think I got it (thick head I know, Microsoft Will do that to ya,
read = MCSE)...
So I this is how I make two different dumps then use the interactive mode of
restore like this:

# dump -0u -b 126 -d 141000 -s 11500 -L hda1 -f /dev/nst0 /dev/hda1
# dump -0u -b 126 -d 141000 -s 11500 -L hda5 -f /dev/nst0 /dev/hda5
# mt -f /dev/st0 rewind
# restore -i (this is the first dump)
# mt -f /dev/nst0 fsf
# restore -i (this is the second dump)

etc., etc., right! Seems to work.. Excellent..
Thanks again..

Regards,
Steven Hildreth
Information Technology Manager
Aprotex Corporation, http://www.aprotex.com
"Proven Property Protection Since 1952"



----- Original Message -----
From: "Steven Hildreth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 05, 2000 4:06 PM
Subject: Re: Multiple dump(s) on single /dev/st0 tape


> So I write the first dump like this:
>
> # dump -0u -b 126 -d 141000 -s 11500 -L hda1 -f /dev/nst0 /dev/hda1
>
> then:
>
> # dump -0u -b 126 -d 141000 -s 11500 -L hda5 -f /dev/nst0 /dev/hda5
>
> then rewind it? Is this needed? I am just going to backup the partitions
and
> then change the tape for the next day. I suppose so, so I would rewind it
> like this:
>
> # mt -f /dev/st0 rewind
>
> then how to restore files from the second dump?
>
> # restore -i ?
>
> Seems that I can only access the first dump, and non after that??
>
> Thanks for your help.
>
> Regards,
> Steven Hildreth
> Information Technology Manager
> Aprotex Corporation, http://www.aprotex.com
> "Proven Property Protection Since 1952"
>
>
>
>
> ----- Original Message -----
> From: "Steven W. Orr" <[EMAIL PROTECTED]>
> To: "Steven Hildreth" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 05, 2000 3:33 PM
> Subject: Re: Multiple dump(s) on single /dev/st0 tape
>
>
> > Just write to /dev/nst0 instead of st0. n is the Norewind device.
> >
> > --
> > -Time flies like the wind. Fruit flies like a banana.
> [EMAIL PROTECTED]
> > -Stranger things have happened but none stranger than this. Steven W.
Orr-
> > Does your driver's license say Organ Donor?Black holes are where God \
> > -------divided by zero. Listen to me! We are all individuals!---------
> >
> > On Wed, 5 Apr 2000, Steven Hildreth wrote:
> >
> > =>Could someone tell me how to create multiple dump's on a single tape.
> > =>
> > =>I would like to backup all my hard drive(s) to a single tape.
> > =>
> > =># dump -0u -b 126 -d 141000 -s 11500 -f /dev/st0 /dev/hda1
> > =>
> > =>Then continue with /dev/hda5, /dev/hda7, /dev/hdb1, etc.
> > =>
> > =>Thanks. Havents found squat about it, but the
> http://www.backupcentral.com
> > =>comparison guide says that the dump will do multiple dumps to a single
> tape.
> > =>
> > =>p.s. I have a 4gig Travan 4 SCSI tape drive and only about 1.5 gig of
> data
> > =>on the two drives.
> >
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
> >
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to