From owner-freebsd-questions Sun Dec 13 10:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22659 for freebsd-questions-outgoing; Sun, 13 Dec 1998 10:10:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22654 for ; Sun, 13 Dec 1998 10:10:11 -0800 (PST) (envelope-from mgrommet@ns.insolwwb.net) Received: from localhost (mgrommet@localhost) by ns.insolwwb.net (8.9.0/8.9.0) with ESMTP id MAA15537; Sun, 13 Dec 1998 12:04:27 -0600 (CST) Date: Sun, 13 Dec 1998 12:04:27 -0600 (CST) From: mike grommet To: "1.The NetSys Company" cc: FreeBSD , Pablo Quintana Subject: Re: This is a terrific system ... thks. In-Reply-To: <199812131314.HAA15302@mail.netsys.hn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What happens when you do a restore -i you should see the tape drive access a bit and then get a prompt... hit a ? mark to get a list of commands you are in interactive mode at this point and can pick and choose what you want to restore. keep in mind that it will restore the files under the directory tree you are currently in. after you are done choosing files, you will tell it to extract... it should ask you which volume this is on... keep in mind that tape volumes are 1 based not 0 based as with everything else. of course if you do like we do, and put multiple dumps on a tape, you might have to fast foward the tape to the right location. to fast forward to the second dump on a tape, do a mt -f /dev/nrst0 fsf 1 the 1 says fast forward 1 record... you could do this repeatedly to get further down the tape... then the restore should look like this restore -if /dev/nrst0 and then use the commands like above. If you need more help holler... this is a rather quick rundown. I have to run, the wife is pulling me out the door to go to lunch... TTYL Mike Grommet Unix Sys Admin Internet Solutions, Inc. mgrommet@insolwwb.net On Sun, 13 Dec 1998, 1.The NetSys Company wrote: > > Dear FBSD - techs..... > > I have a very serious problem freaking me out and have tried all I know to > correct.... if anyone can help me with this "dump and restore" problem I > would greatly appreciate it. > > For the past 18 months I have been making weekly backups for my three > network machines using the following command: > > /sbin/dump 0uaf /dev/nrst0 / (pc with tape drive) > /sbin/dump 0uaf 206.48.255.45:/dev/nrst0 / and so on ... > > The tape backup I use is a Colorado t4000s, the tapes I use are TRAVAN 4/8Gb > tapes... > > Now that I must do a restore for some important files I cannot find a > restore command that does not return a "tape read error". So far I am > completely unable to even read the tape backups and have been unable to > retore anything. > > If anyone can tell me how to do this properly please let me know as soon as > possible. > > ( I will name my first-born child after you ) > > Regards > > > -- > > Quin Taylor > System Manager > > The NetSys Company of Honduras > Email: admin@netsys.hn > WWWeb site: http://www.netsys.hn > > Hotline HelpDesk: 566-1055 > Tel: 504-566-1055 > Fax: 504-566-3183 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message