Re: rsync with 8bit file names?

2014-09-21 Thread Thomas Floeren
Hi LuKreme,

in the meantime I moved two of my Macs to 10.10 (DP8; 14A361c) and I repeated 
the test (copying a umlaut file to and from an afp mount; see my mail from 16 
Sep) with the same result, i.e. no problems. Didn’t test it with DP7 though.

Did you try to install rsync 3.1.1 via Homebrew? If it works with the HB 
install you know at least that something is fishy with your current rsync (or 
that dependencies are missing).

-- 
Thomas




 On 19 Sep 2014, at 2:39, Henri Shustak henri.shus...@gmail.com wrote:
 
 When trying to sync my TV folder to a mirror drive, episodes with 
 non-ASCII characters in them cannot be processed by rsync. Anything I can 
 do about this?
 
 (Q1) What do you mean by a mirror drive? Is this a RAID1 external enclosure 
 or some sort of softRAID? Or is it just a copy of the TV folder onto 
 another device?
 
 A copy of the TV folder.
 
 Okay, thanks for confirmation on this point. Have you confirmed that the file 
 system is good on the destination directory. IE : Running Disk Utility to 
 check the file system?
 
 
 (Q2) Is your Drobo's firmware all up-to date?
 Yes
 Great.
 
 (Q3) Have you tried via SMB rather than AFP?
 No, but my understanding is that afp in 10.9 and 10.10 *si* smb.
 I do not understand your reply? What is *si*?
 
 (Q2-1) Have you tried this same setup when booted from another OS (e.g. 
 10.9)?
 No, I moved my machine to the DP with DP7 at the same time that I added this 
 new external store to mirror my TV folder to.
 I would strongly suggest trying this out on a system running 10.9 (not beta 
 software) and seeing if this resolves the problem.
 
 (Q2-2) Have you tried this using some other hardware?
 Limited options. I suppose i could move it to a Mac mini that is still 
 running 10.9 to test, but then again, it’s about 15 files I can manually 
 deal with out of 7TB which seems like less trouble that moving hardware 
 around.
 Sure, but you have asked for assistance from the rsync mailing list. It would 
 be good to have answers to the following : 
 Is there a problem on 10.10?
 Is there a problem with some of the hardware you are using?
 
 (Q2-3) Have you tried coping this specific file over using the Finder (say 
 to the Desktop) and then using rsync to copy it over to that destination 
 drive?
 I copied the file in the finder to the destination, I did not try copying it 
 and the using rsync locally, but I can do that.
 
 I would give that a try and see if it makes any difference. If that resolves 
 the problem then I suspect it is either something to do with the Drobo, 10.10 
 or even the network?
 
 Hope this helps.
 
 -
 This email is protected by LBackup, an open source backup solution.
 http://www.lbackup.org
 -- 
 Please use reply-all for most replies to avoid omitting the mailing list.
 To unsubscribe or change options: 
 https://lists.samba.org/mailman/listinfo/rsync
 Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync with 8bit file names?

2014-09-16 Thread Thomas Floeren
I just copied a file with Umlauts from the Mac to a smb mount and back, and 
from the Mac to an afp mount and back. No problems so far.

I’m using Homebrew’s rsync build (see below). Did you try the Homebrew build?

➜  ~  rsync --version
rsync  version 3.1.1  protocol version 31
Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
   64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
   socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
   append, ACLs, xattrs, iconv, symtimes, no prealloc, file-flags

-- 
Thomas
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync with 8bit file names?

2014-09-11 Thread Thomas Floeren
On 11 Sep 2014, at 17:05, Holger Hoffstätte holger.hoffstae...@googlemail.com 
wrote:

 On Thu, 11 Sep 2014 07:58:15 -0600, LuKreme wrote:
 
 On 11 Sep 2014, at 06:36 , LuKreme krem...@kreme.com wrote:
 
 $ rsync --version
 rsync  version 2.6.9  protocol version 29
 
 (I did install rsync 3.1.1, same results)
 
 I have no problems rsync-ing files with German characters, but this is
 on Linux. I've noticed that it is built with iconv support, so maybe
 that's missing on your end(s)?
 
No problems here under OS X 10.9.5. iconv and libiconv.2.dylib are present in 
/usr/bin and /usr/lib (it comes with OS X).

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html