Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2000 23:23:26 -0500
From:      User Housley <jim@thehousleys.net>
To:        butch@sheltonbbs.com
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: 
Message-ID:  <38A38EBE.3D5C228A@thehousleys.net>
References:  <00021022190000.19678@systemadmin.sheltonbbs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Butch Evans wrote:
> 
> I am having trouble with my backups (dump).  Here is the script that I am using:
> 
> --START SCRIPT--
> #!/bin/csh
> 
> /sbin/dump 0usd 6000 54000 /
/sbin/dump -0 -u -s 6000 -d 54000 -f /dev/nrsa0 /
> /sbin/dump 0usd 6000 54000 /usr
/sbin/dump -0 -u -s 6000 -d 54000 -f /dev/nrsa0 /usr
> /sbin/dump 0usd 6000 54000 /var
/sbin/dump -0 -u -s 6000 -d 54000 -f /dev/nrsa0 /var
> mt rewind
> /usr/bin/mt offline
> --END SCRIPT--
> 
The important thing is the "n" device.  n for NO rewind.  This leave the
tape where it stoped.

Jim

-- 
microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38A38EBE.3D5C228A>