From owner-freebsd-questions Tue Oct 22 10:07:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA15438 for questions-outgoing; Tue, 22 Oct 1996 10:07:58 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA15430 for ; Tue, 22 Oct 1996 10:07:53 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id TAA22038; Tue, 22 Oct 1996 19:06:10 +0200 (IST) Date: Tue, 22 Oct 1996 19:06:10 +0200 (IST) From: Nadav Eiron To: Mikel Lindsaar cc: freebsd-questions@freebsd.org Subject: Re: Questions re backing up In-Reply-To: <199610221611.CAA00701@esimene.cynet.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Oct 1996, Mikel Lindsaar wrote: > > Being fairly new to FreeBSD (and Unix in general) I have now a need to set > up a fairly comprehensive backup regieme. A simple tar to /der/rst0 is no > longer suitable. > > I need to backup the following > > Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a > 89998 16592 66208 20% / > /dev/sd0s1e 1702614 896114 670292 57% /home > /dev/sd1s1e 322702 4 296882 0% /tmp > /dev/sd2s1e 920252 406050 440582 48% /usr > /dev/sd1s1f 201870 5756 179966 3% /var procfs > 4 4 0 100% /proc > > Now, I know I can go without /tmp and there is no need to backup /proc but > I want to be able to backup the remaining systems to a single tape, with a > rotating tape log (5 tapes over a week) > > I know I can use dump, but after digging through the man pages and the > O'Rielly (God bless them) Sys Admin Bible I cannot see how to specify > multiple filesystems in the single dump command. > > I am currently backup up the /home tree with > > dump 0usfd 42500 /dev/rst0 5000 /dev/sd0s1e What should help you (if I understand ou correctly) is use the /dev/nrst0 device. The difference is that it will not rewind when it finishes. This will let you put another dump on the same tape right after the first one. > > (I am using a 4mm DAT Drive (WangDAT)) > > > Does anyone out there have a good FAQ they could point me to, or have > suggestions? > > Regards, > > Mikel > > Nadav