Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 21:51:26 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Jason L. Schwab" <jlschwab@jlschwab.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Local UFS Syncing
Message-ID:  <20020517185126.GD10253@hades.hell.gr>
In-Reply-To: <20020517022114.O1697-100000@citadel.simphost.com>
References:  <20020517022114.O1697-100000@citadel.simphost.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020517185126.GD10253>