From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 14:38:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5671416A41C for ; Thu, 30 Jun 2005 14:38:35 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6CE43D48 for ; Thu, 30 Jun 2005 14:38:34 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 30 Jun 2005 15:39:16 +0100 Message-ID: <42C403E9.8060903@dial.pipex.com> Date: Thu, 30 Jun 2005 15:38:33 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: SJK References: <200506301318.j5UDISTY007057@clunix.cl.msu.edu> In-Reply-To: <200506301318.j5UDISTY007057@clunix.cl.msu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jun 2005 14:39:16.0154 (UTC) FILETIME=[7D9BC1A0:01C57D81] Cc: freebsd-questions@freebsd.org Subject: Re: Moving Files to new hardware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 14:38:35 -0000 Jerry McAllister wrote: >>Is it possible to copy the files from the old server already online >>directly to this new server using broadband? What do I need to know >>and do to accomplish this? I appreciate any other insight in >>transitioning this change over/ >> >> > >Well, presuming your setup allows both machines to be online at the >same time - two different connections or internal network or whatever, >then sure. It is easy. Either FTP(1) or SCP(1) work just fine for one >time transfers. There are some others that are good for keeping the >two systems up-to-date with each other if you want to do it frequently. > > You could also investigate rsync (or rdist, or is that deprecated now?) which can save you bandwidth if you regularly update one machine from another. --Alex