X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Thu, 10 Mar 2011 15:11:12 +0200 Message-Id: <201103101311.p2ADBCPu027525@beta.mvs.co.il> From: "Ehud Karni" TO: cygwin AT cygwin DOT com Cc: "Panos Katergiathis" Subject: Re: Rsync and FAT32 In-reply-to: <4D7801A5.2070001@cygwin.com> (reply-to-list-only-lh@cygwin.com) Reply-to: ehud AT unix DOT mvs DOT co DOT il References: <4D77AA45 DOT 70103 AT cygwin DOT com> <4D77E92C DOT 1030403 AT cygwin DOT com> <4D7801A5 DOT 2070001 AT cygwin DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, 09 Mar 2011 17:39:33 -0500, Larry Hall (Cygwin) wrote: > > On 3/9/2011 4:34 PM, Panos Katergiathis wrote: > > > > rsync -e 'ssh -p 22 -l root' -z --delete-excluded --verbose > > --recursive --delete --update --exclude-from=exclude.rs root@ > name>:xms/home /cygdrive/e/MyNetworkServers/XMS-home > > So you're copying from the Linux machine to the Windows machine, just as you > stated the first time. I don't see any flags (-a, -p, --chmod, -A, > --fake-super, etc.) here that would set the permissions as you would need > them on the Windows machine. I recommend doing so. I think Larry found your problem. You can use the --archive option (good when rsyncing for an exact backup). Since you are using net connection, please look also at --whole-file option. Also, your ssh user and rsync user are the same, so you can use --rsh=ssh instead of using the -e option. Ehud. -- Ehud Karni Tel: +972-3-7966-561 /"\ Mivtach - Simon Fax: +972-3-7976-561 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D Better Safe Than Sorry -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple