From owner-freebsd-questions@FreeBSD.ORG Wed May 16 21:17:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 479E816A400 for ; Wed, 16 May 2007 21:17:06 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 13CE013C459 for ; Wed, 16 May 2007 21:17:05 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l4GLDTfu050731; Wed, 16 May 2007 17:13:29 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l4GLDTXN050730; Wed, 16 May 2007 17:13:29 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 16 May 2007 17:13:29 -0400 From: Jerry McAllister To: Peter Schuller Message-ID: <20070516211329.GA50711@gizmo.acns.msu.edu> References: <437646E3279CED649940FB48@utd59514.utdallas.edu> <464B6649.2030105@infidyne.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464B6649.2030105@infidyne.com> User-Agent: Mutt/1.4.2.2i Cc: Paul Schmehl , FreeBSD Questions Subject: Re: Best remote backup method? 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: Wed, 16 May 2007 21:17:06 -0000 On Wed, May 16, 2007 at 10:15:05PM +0200, Peter Schuller wrote: > > I'm presently backing up two servers in a remote location to a usb drive > > located elsewhere by using rsync over ssh (all three are FreeBSD boxes.) > > After the recent discussion about dump, I'm wondering if I would gain > > anything by using dump rather than rsync. Has anyone used both? Any > > thoughts as to which is "better" and why? > > > > The rsync command I use is: > > rsync -avz ${LOCALDIR} -e "ssh -i ${KEY}" ${REMOTEHOST}:${REMOTEDIR} > > Personally I never find dump/restore practical since I seldom want to > backup entire filesystems for performance/diskspace reasons. That is one reason I divide things up in to more partitions and thus more specific filesystems. I can isolate the things I want to back up regularly from those that do not need it. ////jerry > ..... > > automatic rotation schemes with hourly/daily/etc you have to script that > on top. > > > -- > / Peter Schuller > > PGP userID: 0xE9758B7D or 'Peter Schuller ' > Key retrieval: Send an E-Mail to getpgpkey@scode.org > E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org > >