Date: Fri, 6 Nov 1998 22:44:24 +0100 From: =?iso-8859-1?Q?Markus_D=F6hr?= <doehrm@aubi.de> To: "'webmaster@smartweb.net'" <webmaster@smartweb.net>, questions@FreeBSD.ORG Subject: RE: mounting file systems Message-ID: <AB06BBFD8AFBD111B07600805FCB119225C7@EXCHANGE.aubi.de>
next in thread | raw e-mail | index | archive | help
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 <ip.of.the.host.with.tape> "cat - > <name.of.pape>" ) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AB06BBFD8AFBD111B07600805FCB119225C7>