X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <26805392.post@talk.nabble.com> Date: Tue, 15 Dec 2009 18:33:51 -0800 (PST) From: chaos215bar2 To: cygwin AT cygwin DOT com Subject: rsync - convert illegal characters in paths 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 List-Id: 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 I'm attempting to use rsync to backup from Linux to Windows. This is mostly working, except that paths with characters that are not legal in NTFS (< > : " / \ | ? *) are not copied because rsync fails to create files and directories with names containing these characters. I've looked at the --iconv option, but I'm not aware of a character set that includes only valid NTFS characters, and I've run into some issues with unicode characters when I use --iconv. (Currently, filenames with unicode characters are preserved perfectly, thanks to UTF-8 Cygwin.) Is there a way to get rsync to convert these illegal characters? I'm more interested in just getting all my data copied than necessarily preserving all filenames upon restore, though having a conversion that goes both ways would be preferable. Thanks. -- View this message in context: http://old.nabble.com/rsync---convert-illegal-characters-in-paths-tp26805392p26805392.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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