Pooh_r
Posts: 14
Joined: Fri Jun 13, 2014 9:07 pm

Rsync locale? error

Mon Nov 09, 2015 9:42 pm

I have a file server backing up to an ntfs usb drive on the pi using rsync. is basically works ok, except I get a few errors. These file have file names containing non standard english characters which throws an error.

Code: Select all

 failed: Invalid or incomplete multibyte or wide character (84)
The file names appear correctly when viewing the file server from a number of different machines. How can I get these files to rsync correctly?

Thanks,

Andy :)

Pooh_r
Posts: 14
Joined: Fri Jun 13, 2014 9:07 pm

Re: Rsync locale? error

Sat Nov 28, 2015 10:14 pm

I have been investigating further.....
The original file/folder names appear correctly when viewed on any machine. So the original file names are ok.

I can copy the files successfully using a windows laptop from the file server to a samba share on the pi external drive. The non standard characters appear correctly. So I know it's not the storage location is the problem. So it appears the issue is with the rsync process not able to handle the files with non alpha numeric characters correctly.

any thoughts on how to get the pi to rsync successfully?

Ta!

fruit-uk
Posts: 609
Joined: Wed Aug 06, 2014 4:19 pm
Location: Suffolk, UK

Re: Rsync locale? error

Sun Nov 29, 2015 5:26 am

It may help to post example filenames that are not working.

Different OS/FS support differing sets of alphanumeric chars for file/directory names.
See https://en.wikipedia.org/wiki/Compariso ... le_systems and https://en.wikipedia.org/wiki/Filename

Return to “Troubleshooting”