From owner-freebsd-questions Fri May 17 15: 2:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id B00A537B40D for ; Fri, 17 May 2002 15:02:24 -0700 (PDT) Received: from hades.hell.gr (patr530-a187.otenet.gr [212.205.215.187]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4HM2JQJ010782; Sat, 18 May 2002 01:02:22 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4HM2D6q012436; Sat, 18 May 2002 01:02:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4HIpQvZ010791; Fri, 17 May 2002 21:51:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 17 May 2002 21:51:26 +0300 From: Giorgos Keramidas To: "Jason L. Schwab" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Local UFS Syncing Message-ID: <20020517185126.GD10253@hades.hell.gr> References: <20020517022114.O1697-100000@citadel.simphost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020517022114.O1697-100000@citadel.simphost.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-17 02:23, Jason L. Schwab wrote: > Heya Folks; > > What you all recommend for synchronizing one directory > on a FreeBSD UFS system to another directory? What I am > doing is, syncing all my customers files, webpages, configs > and else to another harddrive and then to tape. > > I need a local sync program like rsync but local support. How about the following? # cd /local/source/path # tar cf - | ( cd /local/destination/path ; tar xf - ) Or similar solutions with cpio / pax / whatever you like best. -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message