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
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
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
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
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
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