From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 15:23:10 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 9076B16A418 for ; Fri, 28 Sep 2007 15:23:10 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unknown [IPv6:2001:470:1f01:ffff::121]) by mx1.freebsd.org (Postfix) with ESMTP id BA3CF13C469 for ; Fri, 28 Sep 2007 15:23:09 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l8SFJvog023151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Sep 2007 16:19:58 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <46FD1C59.1060101@unsane.co.uk> Date: Fri, 28 Sep 2007 16:23:05 +0100 From: Vince User-Agent: Thunderbird 2.0.0.6 (X11/20070816) MIME-Version: 1.0 To: Alexandre Biancalana References: <8e10486b0709280652q612c3cc6qf2c7c4efcb4caccf@mail.gmail.com> In-Reply-To: <8e10486b0709280652q612c3cc6qf2c7c4efcb4caccf@mail.gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: 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 15:23:10 -0000 Alexandre Biancalana wrote: > 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) > Last time I had to do this I ended up using the ntbackup util that comes with windows and getting it to save to a file on a samba share. This at least meant that it dealt with things like NTFS ACLs/permissions and other such windows oddities. Cygwin, while great in that you can at least have a decent command line on windows, is very slow. I'd hope that you could get better, depending on the connection between the servers. Vince > > I want hear some ideas from the list about the options available to > accomplish this job. > > > Best Regards, > Alexandre Biancalana > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"