Displaying 1 result from an estimated 1 matches for "really_long_nam".
Did you mean:
really_long_name
2013 Jul 27
1
[Bug 10051] New: Improved long file-name handling
...sues with rsync between two different systems is the possibility
of file-systems with stricter limitations on the length of a file name or even
file path. Now, the latter I'm not sure can be resolved easily, but long names
cause two main errors:
rsync: recv_generator: failed to stat "/foo/really_long_name": File name too
long (36)
rsync: mkstemp "/foo/" failed: No such file or directory (2)
Basically any attempt to stat an existing file on the receiving end will fail
(it probably isn't there anyway). mkstemp then later fails presumably because
the temporary name is too long so n...