From owner-freebsd-isp@FreeBSD.ORG Fri Jun 20 10:00:16 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A69937B401 for ; Fri, 20 Jun 2003 10:00:14 -0700 (PDT) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F47843FD7 for ; Fri, 20 Jun 2003 10:00:13 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by pop016.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030620170012.UWWQ3199.pop016.verizon.net@mac.com>; Fri, 20 Jun 2003 12:00:12 -0500 Message-ID: <3EF33D9D.2070703@mac.com> Date: Fri, 20 Jun 2003 13:00:13 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Etienne Ledoux References: <200306181340.06730.etienne@unix.za.org> In-Reply-To: <200306181340.06730.etienne@unix.za.org> X-Enigmail-Version: 0.76.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [141.149.47.46] at Fri, 20 Jun 2003 12:00:12 -0500 cc: freebsd-isp@freebsd.org Subject: Re: What would be the best way to copy lots of files from oneserver to another. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 17:00:16 -0000 Etienne Ledoux wrote: > I need to copy lots of directories/files from one server to another. Approx > 45Gb . These files are mailboxes stored in maildir format. What would be the > best/safest/quickest way to do this ? Putting the disks onto one machine and copying locally is going to be a win considering the amount of data you have, but if you have to copy over the network, consider using something like rsync. -Chuck