Re: Lower-case filenames on receiver side

2008-04-09 Thread Marco Bridge
On 9 Apr, 2008, at 03:20 , Matt McCutchen wrote: I would suggest tinkering with the "shortname" mount option of the FAT partition and using the --ignore-case rsync option added by this patch: http://rsync.samba.org/ftp/rsync/patches/ignore-case.diff I tried to patch but that alone does not s

DO NOT REPLY [Bug 5381] New: make test fails without /etc/rsyncd.conf

2008-04-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5381 Summary: make test fails without /etc/rsyncd.conf Product: rsync Version: 3.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Co

3.0.2 get_xattr_names on sockets?

2008-04-09 Thread Paul Reilly
Hello, I've compiled a fresh copy of rsync 3.0.2 (version info below) on MacOSX Leopard Server 10.5.1 and am doing an rsync of the whole system like this: /bin/rsync302 -axX / /Volumes/appserv02/2008-14/ --exclude=/Network --exclude=/net --exclude=/home It works OK, but returns with a failure e

"set owner" option for rsync client

2008-04-09 Thread Corey Stup
I have the following configuration: Server side: rsync daemon running as suid root, use chroot set to false. Client side: rsync client setuid root (so that it can write over other suid root owned files). When doing a :: based rsync to the server, I'd like to have the client be able to create/upd

Re: rsync error: some files could not be transferred -- How to ignore

2008-04-09 Thread Kyle Crawford
On Apr 8, 2008, at 11:27 PM, Kenneth Seal <[EMAIL PROTECTED]> wrote: Hi Wayne, I read your thread online at http://lists.samba.org/archive/rsync/2005-June/012847.html and I am having a similar problem. In my case, rsync displays the error code "rsync error: some files could not be transf

rsync error: some files could not be transferred -- How to ignore

2008-04-09 Thread Kenneth Seal
Hi Wayne, I read your thread online at http://lists.samba.org/archive/rsync/2005-June/012847.html and I am having a similar problem. In my case, rsync displays the error code "rsync error: some files could not be transferred (code 23)" and it kills my script. Do you have any advice on how