From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 14:17:52 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6375516A418 for ; Fri, 28 Sep 2007 14:17:52 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE55813C448 for ; Fri, 28 Sep 2007 14:17:51 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5433106pyb for ; Fri, 28 Sep 2007 07:17:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=t1WGVC3mv7XSqYi93C11uW4NZxyGTu1Py4j+Ae/9Hpg=; b=ZI68CjGJ2xeh+XY48eU+tdtp2cxyJ89Zw+ZEw5erCDqqaJSzmr7W8TRx8+5SuTEoPE0q7SoxYz45Vsfn8Vyu9j3AviXZ47j1dxSkDwhTiVyr4zTjQ7id7qEKpvur2swHCFjvG51OaIgEBVbDmbEfFSFecZ8ICJdoQ30P3WkusfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Iix+wO+Q0ygfuWM+jVQSMejH+O83RMk8Z5NnWlom1TGGuDIC9NIWuvifNmRRuvdwkD08Aen+xix2Rs8u5a7445oJrZF4in3KOxCSaPYo9C9o2BQhJ3clkMYoXQQpixGoVHn88JrDa4YBXht6a+6+aVdNVVBotOm853Hy8djLD6Q= Received: by 10.65.253.6 with SMTP id f6mr7554635qbs.1190987579072; Fri, 28 Sep 2007 06:52:59 -0700 (PDT) Received: by 10.65.121.8 with HTTP; Fri, 28 Sep 2007 06:52:59 -0700 (PDT) Message-ID: <8e10486b0709280652q612c3cc6qf2c7c4efcb4caccf@mail.gmail.com> Date: Fri, 28 Sep 2007 10:52:59 -0300 From: "Alexandre Biancalana" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Backup Large FileServer 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, 28 Sep 2007 14:17:52 -0000 Hi list, I've to backup a large window$ 2003 FileServer (~800GB) from my new FreeBSD BackupServer (before I can change this fileserver to FreeBSD). I'm trying cygwin+rsync on FileServer side and rsync+hardlinks on BackupServer side. Using rsync the two great advantages are: 1. Only copy the changes 2. on the BackupServer side I use hardlinks from the older backups, with this only space consumed is from file that where changed. on the bad side: 1. Problems with long pathnames 2. Problems with unicode filenames 3. Very slow copy ~ 2MB/s (I've doubt if this can be improved using any other copy method) I want hear some ideas from the list about the options available to accomplish this job. Best Regards, Alexandre Biancalana