Closed Znarkus closed 9 years ago
The question is if this is a bug in rsync itself. Please provide some context, how you pass this file to rsync.
This is the command that is executed where the file is passed to rsync:
That's not really helpful. I need to know what you're passing with the files
parameter.
Is this still a problem? If so, please provide further information.
With unicode filenames, the path is returned as
"path/to/file\302.md"
instead ofpath/to/file.md
. Note the"
.This creates this rsync problem:
Checked the tmpFile that is created by
Shell.prototype.transfer
and"
are present on lines with unicode paths.