From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 11:43:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D874A1065673 for ; Tue, 4 Nov 2008 11:43:24 +0000 (UTC) (envelope-from darwinian.empire@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id AB1A48FC0C for ; Tue, 4 Nov 2008 11:43:24 +0000 (UTC) (envelope-from darwinian.empire@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2965704rvf.43 for ; Tue, 04 Nov 2008 03:43:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=mmgsYtXfydsHFa1/VTTDwEeMSPfl/dOAIlI3X2Hj/7I=; b=UCCrnObEaT59WJmhDp21522thxyhAJxy5M/WTqhQlQrq9MZJ5GxxcHbrf7oD4sANXI dY1Kl/uF2E2g97kKtyu86vd+SgPESg50ArNjy/Nwon+jb2Oii7bPhHcH2/sfwS6xTAJA 0MMOC49VaiIzc5qlzYPZyx/8U0hBXV89t13cw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=r8u5RdbWeKE5731qC1tcsy/egSeobFHfvwSE2OVNOvmAKd7Wzzq0RV6ZHEXrE0k99o dKck+qa+mddO3Xt7jtCL0aafoWPmgAME6yee3qgoJCPYW8ym6p6+EWiTgfQj3R1vR/y4 u3ToVRcNPDfJvBaQLz5MxDtKTny9HmiGSc1No= Received: by 10.141.113.6 with SMTP id q6mr803551rvm.36.1225799003755; Tue, 04 Nov 2008 03:43:23 -0800 (PST) Received: by 10.141.210.2 with HTTP; Tue, 4 Nov 2008 03:43:23 -0800 (PST) Message-ID: Date: Tue, 4 Nov 2008 13:43:23 +0200 From: "Roey D" To: freebsd-questions@freebsd.org In-Reply-To: <05524CE8E23A4A0EA6C5E51F612CC9D7@main> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081103185727.B57B81065769@hub.freebsd.org> <05524CE8E23A4A0EA6C5E51F612CC9D7@main> Subject: Re: Backup Winserver 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: Tue, 04 Nov 2008 11:43:24 -0000 2008/11/4 Graham Bentley : > Hi All, > > Is there anyone using Rsync on windows to backup to a Linux or FreeBSD > server? > > Are the Windows Rsync implementations reliable? > I used to do that, the windows rsync client (runs on the top of cygwin) worked well for me. You can use this package: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp which provides cygwin rsync plus GUI. The only issue I had is with files with non-latin characters in their names, in my case, Hebrew. Once I downloaded the Cygwin UTF-8 dll, which can be found here: http://www.okisoft.co.jp/esc/utf8-cygwin/ everything seemed to work.