Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 17:32:38 -0700 (MST)
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        jkh@zippy.cdrom.com (Jordan K. Hubbard)
Cc:        svga@free.polbox.pl, freebsd-stable@FreeBSD.ORG
Subject:   Re: Does rdump write the backup to an ordinary file?
Message-ID:  <199909210032.RAA23172@freeway.dcfinc.com>
In-Reply-To: <5186.937871025@localhost> from "Jordan K. Hubbard" at "Sep 20, 99 04:43:45 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As I recall, Jordan K. Hubbard wrote:
> No, it uses the rmt(8) interface.  You can't do what you're
> trying to do in the way you're trying to do it. :-)
> 
> If I were trying to do that, I'd either NFS mount the dump
> directory off of backup or I'd do something like:
> 
> 	  dump 0af - | ssh backup dd of=/tmp/var.dump
> 
> - Jordan

This file lives in /root/bin on one of my systems...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#!/bin/sh

# dump the whole system to Chad's DAT tape

/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /      > Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /usr  >> Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /var  >> Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /www  >> Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /archive  >> Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/nrst0' /ftp/public  >> Log 2>&1
/sbin/dump 0ubBf 32 2000000 'operator@chad:/dev/rst0'  /ftp/private  >> Log 2>&1
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.net   
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909210032.RAA23172>