[Sunhelp] "Mirroring" two directories over the net. Info please.

Adrian Petrescu a_petrescu at hotmail.com
Mon Aug 2 01:23:02 CDT 1999


The only problem with tar [...] | tar [...] is that it will take couple of 
hours to complete for the amount of data I have in the directory (> 25 GB 
for a single machine, and there are 3 sets I want to implement).

I'm going to check on samba site. Thank you.

Regards,
Adrian

------Original message-------
From: Doug McLaren <dougmc at frenzy.com>
Reply-To: sunhelp at sunhelp.org
To: sunhelp at ohno.mrbill.net
Subject: Re: [Sunhelp] "Mirroring" two directories over the net. Info 
please.
Date: Mon, 2 Aug 1999 00:58:25 -0500
MIME-Version: 1.0
>From sunhelp-admin at ohno.mrbill.net Sun Aug 01 23:01:33 1999
Received: from [198.214.131.15] by hotmail.com (2.1) with ESMTP id 
MHotMailB96E7F1500DED82197BFC6D6830FAC740; Sun Aug 01 23:01:33 1999
Received: from ohno.mrbill.net (daemon at localhost [127.0.0.1])by 
ohno.mrbill.net (8.9.3/8.9.3) with ESMTP id AAA07784;Mon, 2 Aug 1999 
00:57:19 -0500 (CDT)
Received: from algol.frenzy.com (root at cs2885-30.austin.rr.com 
[24.28.85.30])by ohno.mrbill.net (8.9.3/8.9.3) with ESMTP id AAA07760for 
<sunhelp at ohno.mrbill.net>; Mon, 2 Aug 1999 00:57:11 -0500 (CDT)
Received: (from dougmc at localhost)by algol.frenzy.com (8.8.7/8.8.7) id 
AAA09505for sunhelp at ohno.mrbill.net; Mon, 2 Aug 1999 00:58:25 -0500
Message-ID: <19990802005825.A6538 at algol.frenzy.com>
References: <19990802030356.93824.qmail at hotmail.com>
X-Mailer: Mutt 0.93.2
In-Reply-To: <19990802030356.93824.qmail at hotmail.com>; from Adrian Petrescu 
on Sun, Aug 01, 1999 at 08:03:56PM -0700
X-Zippy: NOT fucking!! Also not a PACKAGE of LOOSE-LEAF PAPER!!
Sender: sunhelp-admin at sunhelp.org
Errors-To: sunhelp-admin at sunhelp.org
X-Mailman-Version: 1.0rc3
Precedence: bulk
List-Id: General discussion / help / chat about Sun machines and software 
<sunhelp.sunhelp.org>
X-BeenThere: sunhelp at sunhelp.org

On Sun, Aug 01, 1999 at 08:03:56PM -0700, Adrian Petrescu wrote:

| Is there any kind of "tool" to help me to create a mirror of a directory
| (file system) located on an UNIX box to another directory (file system) on 
a
| different UNIX box over the net ?

The one shot method :

    tar -cf - . | rsh host 'cd /whatever ; tar -xpvvf -'

(replace rsh with ssh if that's what turns your crank.)

If you want to automate it and make it efficient, you may want to look
into rsync, available at ftp://samba.anu.edu.au/pub/rsync.

Of course there's a dozen other answers to this question, but these
two will usually do quite nicely.

--
Doug McLaren, dougmc at frenzy.com

_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com






More information about the SunHELP mailing list