Displaying 1 result from an estimated 1 matches for "handle_delayed_upd".
2006 Sep 21
5
rsyncing from win1251 to UTF-8
Hello!
I need to sync directories from one machine to another.
Source server uses win1251 (russian) codepage to store filenames. Destination server uses UTF-8.
How could I avoid garbage in filenames after rsyncing?
Can rsync recode filenames from one codepage to another?
If no, is there any way to do this task?
Thank you.