search for: hrebtov

Displaying 4 results from an estimated 4 matches for "hrebtov".

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.
2006 Oct 29
3
rsync+iconv
Wayne Davison wrote: > On Fri, Oct 27, 2006 at 04:19:06PM +0600, Yakov Hrebtov wrote: >> This test compiles and executes without "failed" message. Hence >> iconv_open("UTF-8","CP1251") succeeded. > > Check to see if the two programs are linking differently. Perhaps > configure decided that it needed -liconv when that that...
2004 Dec 16
1
rsync and broken symlinks
...rsync? Example: # mkdir src # ln -s file-that-doesnt-exist src/broken-link # rsync -a src/ dst/ # ls -l src/ total 0 lrwxrwxrwx 1 root root 22 Dec 16 10:31 broken-link -> file-that-doesnt-exist # ls -l dst total 0 I want src/ and dst/ to be identical after sync. -- WBR, Yakov Hrebtov mailto:jake@generation.ru
2006 Nov 03
1
unexpected tag -55
Periodicaly rsync terminates with folowing errors: unexpected tag -55 [receiver] file has vanished: "<filename here>" server log says: file has vanished: "<filename here>" (in userdata) writefd_unbuffered failed to write 4 bytes [sender]: Connection reset by peer (104) I'm didn't wondered with vanished file, but what is "unexpected tag" and