From owner-freebsd-questions Tue Nov 16 10: 8:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id 5822A15263 for ; Tue, 16 Nov 1999 10:08:42 -0800 (PST) (envelope-from proot@iaces.com) Received: (from proot@localhost) by iaces.com (8.9.3/8.9.3) id MAA04655; Tue, 16 Nov 1999 12:08:35 -0600 (CST) From: "Paul T. Root" Message-Id: <199911161808.MAA04655@iaces.com> Subject: Re: Backup several hosts with dump To: mark@whetstonelogic.com (Mark Hartley) Date: Tue, 16 Nov 1999 12:08:35 -0600 (CST) Cc: questions@FreeBSD.ORG In-Reply-To: from "Mark Hartley" at Nov 16, 1999 08:22:42 AM X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Mark Hartley said: > > I have searched high and low for the answer to this: man pages, > website, -questions archives, but I have been unable to find the > answer so... > > > I have a SCSI DAT drive (DDS2) in my FreeBSD3.3-STABLE machine that > is working great. I can backup my partitions with dump, and all > works great. What I want to do is back up a couple of other FreeBSD > machines on my local net as well. (one FreeBSD3.2-RELEASE and one > FreeBSD2.2.8-STABLE) I'd like to be able to run one script from the > machine with the tape drive and have it cycle through the machines, > backing them up one at a time. From the remote machine: rdump 0auf tape_machine:/dev/nrst0 filesystem. > I've looked into Amanda, but it is overkill for what I want to do. > My question is what syntax do I use with dump (or do I use rdump?) to > back up the other machines? What do I need to do on the other > machines to enable them to be backed up? The tape_machine has to allow root (or bin) from the remote machine to login without a password, I believe. You can run this from tape machine by putting an rsh (ssh) remote_machine in front of the rdump command. And then the remote machine will have to allow root (bin) of the tape machine to login without a password. However, if you are backing up 2 or more machines more than once a week, amanda is not overkill. -- Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining." -- Jeff Raskin, interviewed in Doctor Dobb's Journal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message