search for: files_c

Displaying 1 result from an estimated 1 matches for "files_c".

Did you mean: files_
2005 Mar 08
1
rsync with 8bit filename characters or UTF8
...one side and a FreeBSD server on the other side. I use an include/exclude list to specify which directories to sync. If I have a c:\backup\l?l c:\backup\bla I put + /backup/l?l + /backup/ - /backup/* - /* in my include/exclude file list I then call rsync something like rsync --include-from=files_c.inc /cygdrive/c/ tester@blabla.com:data/current/c (some params omitted for readability's sake) Now c:\backup\l?l will not be synced because the -/backup/* rule excludes it. It seems this is because rsync is seeing /backup/l?l as /backup/lvl, which is the non-extended ascii version of this p...