From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 00:29:55 2006 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 425A616A400 for ; Fri, 31 Mar 2006 00:29:55 +0000 (UTC) (envelope-from drosih@rpi.edu) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C6343D45 for ; Fri, 31 Mar 2006 00:29:54 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id k2V0TpVE026105; Thu, 30 Mar 2006 19:29:52 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <20060330184315.F947@ganymede.hub.org> References: <20060330184315.F947@ganymede.hub.org> Date: Thu, 30 Mar 2006 19:29:50 -0500 To: "Marc G. Fournier" , freebsd-questions@freebsd.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3 Cc: Subject: Re: something better then rsync for duplicating systems ... ? 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: Fri, 31 Mar 2006 00:29:55 -0000 At 6:46 PM -0400 3/30/06, Marc G. Fournier wrote: >I have two servers, one of them a backup of the other ... >right now, I'm using rsync to do it, but since rsync >has to traverse both servers file systems to do its >comparison, it puts a good load on the system, and >takes awhile to run ... You could reduce that overhead by running rsync multiple times, each run doing a different subset of the total filesystem. (not that this is a great solution, but I did this when setting up a similar arrangement some time ago, and splitting up the amount done by any single rsync did seem to help) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu