files and directories with accented characters are destroyed

Wayne Davison wayned at samba.org
Fri Apr 15 17:37:32 GMT 2005


On Fri, Apr 15, 2005 at 07:27:53PM +0200, Jean-Max Reymond wrote:
> ckrmac:/tmp/rsync-2.6.4 root# patch < /tmp/diff.patch

It is usually safer to specify -p0 (though it only makes a difference if
there are files in subdirs, which there aren't in this patch).  Also,
the patch you're trying to apply is really weird.  Apply the patch from
the patches dir:

    cd rsync-2.6.4
    patch -p0 <patches/fname-convert.diff

..wayne..


More information about the rsync mailing list