Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2000 22:16:19 -0600
From:      Butch Evans <butch@sheltonbbs.com>
To:        freebsd-isp@FreeBSD.ORG
Message-ID:  <00021022190000.19678@systemadmin.sheltonbbs.com>

next in thread | raw e-mail | index | archive | help
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 0usd 6000 54000 /usr
/sbin/dump 0usd 6000 54000 /var
mt rewind
/usr/bin/mt offline
--END SCRIPT--

What happens is the backup works, but it rewinds the tape before each
filesystem (leaving only the /var dump on the tape).  What is the correct dump
command to use?

--

Butch Evans
Network Admin
Shelton Internet
1-800-339-4803 573-276-4803


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?00021022190000.19678>