Displaying 1 result from an estimated 1 matches for "abbilder".
Did you mean:
_builder
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
...he server is running rsync-2.6.9, /etc/rsyncd.conf looks as follows.
/mnt/D/ is a FAT32 partition.
read only = false
use chroot = true
log format = %h %o %f %l %b
log file = /var/log/rsyncd.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 ser...