From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 18:08:08 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 571E416A41B for ; Thu, 30 Aug 2007 18:08:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 3502A13C481 for ; Thu, 30 Aug 2007 18:08:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn08.u.washington.edu (hymn08.u.washington.edu [140.142.13.238]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l7UHElvE003899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 Aug 2007 10:14:47 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn08.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l7UHElLv006254 for ; Thu, 30 Aug 2007 10:14:47 -0700 X-Auth-Received: from [192.55.52.2] by hymn08.u.washington.edu via HTTP; Thu, 30 Aug 2007 10:14:47 PDT Date: Thu, 30 Aug 2007 10:14:47 -0700 (PDT) From: youshi10@u.washington.edu To: questions@freebsd.org In-Reply-To: <46D6EF57.6000503@crackmonkey.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.30.95323 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Subject: Re: Strange rsync issue 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: Thu, 30 Aug 2007 18:08:08 -0000 On Thu, 30 Aug 2007, Adam J Richardson wrote: > Chris Maness wrote: >> I am experiencing a very strange issue when I sync up my FreeBSD file server >> with my windows box using rsync. It seems as though the windows files end >> up read only in a way that I can't change back to read write using the >> standard windows tools, even if I delete it and create it again, very wierd. >> I can use the --no-p flag to keep it from copying these perms over to the >> FreeBSD box. >> >> Thanks, > > Hi Chris. > > I don't have any experience of rsync, having been scared off it by every > internet article and book ever written. I can suggest some alternatives though, > if no one can help you out. > > Have you tried scp? IIRC that does something similar. There's probably a free > Windows version. FileZilla does SFTP, so if you have a SSH daemon on your file > server you could get files that way. How about Bacula, a very good backup > system which has Windows clients? One thing I don't recommend is Samba, which > IMO is horrible to configure and doesn't preserve file attributes. > > NFS is good too, but I haven't been able to find a decent free client. Unix > Services for Windows almost trashed my entire XP partition. I'm not trying that > again, and I spent ages downloading it too. :/ > > HtH, > Adam J Richardson Oh, another PS. Cygwin offers an NFS server, so you can setup an NFS server via Cygwin on the Windows box and transfer files from FreeBSD as an NFS client. -Garrett