On Thu, 4 Jun 2020 09:35:46 -0700
Wayne Davison wrote:
> On Thu, Jun 4, 2020 at 3:07 AM Alberto Cabello Sánchez wrote:
>
> > I'm trying to get an rsync updating some files without changing their
> > owner, groups or permissions. I've read man pages etc. stating I need to
> > use the "--no-o", "-
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #9 from Wayne Davison ---
One other thing you could do when sending files to Linux is to not translate
the names. This is because Linux can create a filename with oddball character
sequences (unlike macos) so it can store and retrieve t
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #8 from SATOH Fumiyasu ---
The U+1F6C4 (BAGGAGE CLAIM emoji, <9F><9B><84> in UTF-8) is a Unicode
character and is located in surrogate pairs, but the UTF-8-MAC encoding by
macOS's iconv(3) does not support surrogate pairs.
Try to compi
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #7 from SATOH Fumiyasu ---
The `
--
You are receiving this mail because:
You are the QA Contact for the bug.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists
https://bugzilla.samba.org/show_bug.cgi?id=14315
Wayne Davison changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugzilla.samba.org/show_bug.cgi?id=13109
Wayne Davison changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugzilla.samba.org/show_bug.cgi?id=11166
Wayne Davison changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugzilla.samba.org/show_bug.cgi?id=14401
Tormen changed:
What|Removed |Added
Attachment #16018|File breaking the rsync |File breaking the rsync
description|--icon
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #6 from Tormen ---
Created attachment 16020
--> https://bugzilla.samba.org/attachment.cgi?id=16020&action=edit
File breaking the rsync --iconv=utf-8-mac,utf-8 -- in Finder
--
You are receiving this mail because:
You are the QA Conta
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #5 from Tormen ---
> If the iconv library complains about the encoding, then either the encoding
> name is wrong or you have an invalid file that isn't named with the specified
> encoding.
How can I "zoom in" here to verify if the fi
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #4 from Tormen ---
Created attachment 16019
--> https://bugzilla.samba.org/attachment.cgi?id=16019&action=edit
File breaking the rsync --iconv=utf-8-mac,utf-8
--
You are receiving this mail because:
You are the QA Contact for the bu
https://bugzilla.samba.org/show_bug.cgi?id=14401
Tormen changed:
What|Removed |Added
Resolution|WORKSFORME |---
Status|RESOLVED
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #3 from Tormen ---
Created attachment 16018
--> https://bugzilla.samba.org/attachment.cgi?id=16018&action=edit
File breaking the rsync --iconv=utf-8-mac,utf-8
--
You are receiving this mail because:
You are the QA Contact for the bu
https://bugzilla.samba.org/show_bug.cgi?id=14401
--- Comment #2 from Tormen ---
Hi @wayne. I only now noticed that my comment got truncated at the "ls" part.
I had provided afterwards also the rsync command used:
'/usr/local/bin/rsync' -e 'ssh -p 53146 -o StrictHostKeyChecking=no -o
UserKnownH
https://bugzilla.samba.org/show_bug.cgi?id=14401
Wayne Davison changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugzilla.samba.org/show_bug.cgi?id=11166
Wayne Davison changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #6 from Wayne Davison
On Thu, Jun 4, 2020 at 3:07 AM Alberto Cabello Sánchez wrote:
> I'm trying to get an rsync updating some files without changing their
> owner, groups or permissions. I've read man pages etc. stating I need to
> use the "--no-o", "--no-g", "--no-p" flags
>
You'll need to also specify --inplace in
https://bugzilla.samba.org/show_bug.cgi?id=14401
Bug ID: 14401
Summary: unicode character conversion problem from MacOS to
Linux despite iconv
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
https://bugzilla.samba.org/show_bug.cgi?id=11166
--- Comment #5 from Michal Ruprich ---
If anyone from rsync could help, that would be awesome. I am trying to figure
this out but it is hard to tell what happened and who is actually waiting on
who.
--
You are receiving this mail because:
You are
https://bugzilla.samba.org/show_bug.cgi?id=11166
--- Comment #4 from Michal Ruprich ---
When running on localhost with just -avvv options, rsync spawns three processes
each stuck in the select function in the new perform_io function:
# ps -aux | grep rsync
root 98764 10.0 0.1 13108 3060 pts/2
Hi,
I'm trying to get an rsync updating some files without changing their owner,
groups or permissions. I've read man pages etc. stating I need to use the
"--no-o", "--no-g", "--no-p" flags, something like
rsync -r --no-p --no-o --no-g source destination
While the permissions are keeped, there i
21 matches
Mail list logo