Displaying 5 results from an estimated 5 matches for "okisoft".
Did you mean:
mkisofs
2007 Sep 25
1
hebrew characters
I'm trying to use rsync (version 2.6.9) to back up some files. However, a few
of them contain Hebrew characters. While I can back them up, the filenames
come through scrambled (I don't have Hebrew characters anymore). I've tried
the -8 switch, but that didn't work. Any suggestions?
Background:
The files are created on Windows and saved on a samba share (v3.0.24). I can
copy
2008 Aug 14
0
cwrsync & uppercase letters
Hi,
Le 14 ao?t 08 ? 12:36, Mojca Miklavec a ?crit :
> On Thu, Aug 14, 2008 at 12:13 PM, Mac User FR <macuserfr@free.fr>
> wrote:
>> With the patched UTF8 cygwin ( http://www.okisoft.co.jp/esc/utf8-cygwin/
>> ),
>> it works like a charm for us, with spaces and uppercases. I just
>> had to set
>> a iconv to translate the international characters to the destination
>> filesystem (UTF8 UFS).
>
> Hello,
>
> Thanks a lot for the pointer....
2009 Mar 26
2
best rsync for use with windows (client) and long file names
Good day,
I have been doing some tests with rsync on windows (client) to backup
to a linux server.
I started out with cwrsync, but ran into the dreaded "File name too
long (91)" error. Apparently due to an issue with the cygwin portion
of it. So I was then testing with a newer version of cygwin (1.7 beta)
as the long file name issue was resolved.
In testing that with some
2008 Dec 01
2
character set for Windows?
I'm using cygwin to backup files from a windows machine to a unix host
with rsync. I originally uploaded the bulk of the files using a
windows ftp client, and then planned on doing updates nightly with
rsync.
Some of the filenames have strange characters in them, such as the
trademark symbol, and other characters, such as European letters.
Rsync doesn't like the filenames as they exist on
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
...cd.log
secrets file = /etc/rsyncd.secrets
[Backup]
path = /mnt/D/Backup
auth users = stefan
uid = stefan
[HDD-Abbilder]
path = /mnt/D/HDD-Abbilder
auth users = stefan
uid = stefan
The client is using cwRsync_2.0.10, which also uses rsync 2.6.9. I am using
the patched cygwin1.dll from
http://www.okisoft.co.jp/esc/utf8-cygwin/download.html in order to preserve
filenames with german umlauts when uploading to the server. This is the line
used to call rsync from cwrsync.cmd
rsync -rvvvv --del --modify-window=3 /cygdrive/E/HDD-Abbilder/
stefan@192.168.99.10::HDD-Abbilder
How can I get rsync to skip fi...