From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 00:36:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC3716A4CE for ; Mon, 10 Jan 2005 00:36:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87E943D2D for ; Mon, 10 Jan 2005 00:36:19 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so703922wri for ; Sun, 09 Jan 2005 16:36:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ZSbKEjxdoJyXN+ffSeNsHAiSL7hR+v1JVBokt5ai7TPfLTTApFSd2fYVoXzaxYDoUZt/JnElUOEWSdiQcdhuKSELqiPrAuKToRGoNPQKrK09fh//m5AY6H86txxkbdPG4G8UD3bdLE3w+WAqhKIc2yeszRLaNnMmXFJWzZgbC64= Received: by 10.54.15.65 with SMTP id 65mr402020wro; Sun, 09 Jan 2005 16:36:19 -0800 (PST) Received: by 10.54.37.19 with HTTP; Sun, 9 Jan 2005 16:36:18 -0800 (PST) Message-ID: <19861fba0501091636126ff34f@mail.gmail.com> Date: Mon, 10 Jan 2005 01:36:18 +0100 From: J65nko BSD To: freebsd-questions@freebsd.org In-Reply-To: <14545951.20050110000835@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <14545951.20050110000835@wanadoo.fr> Subject: Re: Copying directory trees only for new files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 00:36:20 -0000 On Mon, 10 Jan 2005 00:08:35 +0100, Anthony Atkielski wrote: > What's the safest and most elegant way to copy an entire directory tree > such that only newer files and directories are actually copied? > Have a look at "rsync" http://rsync.samba.org/ It is in ports ;) [snip]