From owner-freebsd-questions Fri Nov 6 13:50:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07907 for freebsd-questions-outgoing; Fri, 6 Nov 1998 13:50:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rossel.saarnet.de (rossel.saarnet.de [145.253.240.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07890 for ; Fri, 6 Nov 1998 13:50:36 -0800 (PST) (envelope-from doehrm@aubi.de) Received: from igate.aubi.de (root@igate.aubi.de [145.253.242.249]) by rossel.saarnet.de (8.8.8/8.8.8) with ESMTP id WAA21568; Fri, 6 Nov 1998 22:51:19 +0100 (MET) Received: from exchange.aubi.de ([170.56.121.91]) by igate.aubi.de (8.8.7/8.8.7) with ESMTP id AAA23847; Sat, 7 Nov 1998 00:00:53 +0100 Received: by EXCHANGE.aubi.de with Internet Mail Service (5.5.2232.9) id ; Fri, 6 Nov 1998 22:45:26 +0100 Message-ID: From: =?iso-8859-1?Q?Markus_D=F6hr?= To: "'webmaster@smartweb.net'" , questions@FreeBSD.ORG Subject: RE: mounting file systems Date: Fri, 6 Nov 1998 22:44:24 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA07895 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why not creating a pipe on ONE machine and do the backup via rsh? We're doing like that: on the host with the tape /root/.rhosts edit that file and add the host that will access this server create a pipe with 'mknod' on the machine that should be backuped to a tar -cvzlf - / /usr /var | ( rsh "cat - > " ) works fine for me... hope this helps -- Markus Döhr IT Admin AUBI Baubeschläge GmbH Tel.: +49 6503 917 152 Fax : +49 6503 917 119 e-Mail: doehrm@aubi.de ************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message