[RFE] unmappable uids

2007-12-13 Thread Sven Köhler
Hi, i love rsync for mapping transferring/mapping uids and gids by name. But i would be interested in unmappable ids. Let's say, the source knows a user called "foo" which does not exist on the target system. Since the foo user doesn't exist on the target system, rsync simply transfers the numeri

Re: rsync 3.00pre6 segfault in add_dirs_to_tree

2007-12-13 Thread Ming Zhang
On Thu, 2007-12-13 at 07:06 -0800, Wayne Davison wrote: > On Wed, Dec 12, 2007 at 09:44:47PM -0500, Ming Zhang wrote: > > from the mode, it looks that both of them are directories, so S_ISDIR() > > should be 1 and thus "dir_cnt--" should get executed, but later show > > dir_cnt is still 1. > > I w

Re: Rsync rsync: writefd_unbuffered failed to write ?

2007-12-13 Thread Matt McCutchen
On Thu, 2007-12-13 at 09:48 -0500, Scott Parry wrote: > I have enclosed the log for you to take a look at. > I am running this from the root account. Ah, this part beginning on line 30371 seems to be the root of the problem: 22250 write(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"

Re: rsync 3.00pre6 segfault in add_dirs_to_tree

2007-12-13 Thread Wayne Davison
On Wed, Dec 12, 2007 at 09:44:47PM -0500, Ming Zhang wrote: > from the mode, it looks that both of them are directories, so S_ISDIR() > should be 1 and thus "dir_cnt--" should get executed, but later show > dir_cnt is still 1. I wonder if dir_cnt was 3 when there was only 2 dir entries? I see a w

Re: Rsync rsync: writefd_unbuffered failed to write ?

2007-12-13 Thread Matt McCutchen
On Thu, 2007-12-13 at 06:28 -0500, [EMAIL PROTECTED] wrote: > I am running jungledisk and this is my script: > > #!/bin/sh > ### Backs up office data to Jungledisk using rsync > LOGFILE=/var/log/backup-jd.log > ## Start in rc.local or here > #/usr/local/bin/jungledisk > mount /mnt/s3 > echo "`date

Rsync rsync: writefd_unbuffered failed to write ?

2007-12-13 Thread scott
I am running jungledisk and this is my script: #!/bin/sh ### Backs up office data to Jungledisk using rsync LOGFILE=/var/log/backup-jd.log ## Start in rc.local or here #/usr/local/bin/jungledisk mount /mnt/s3 echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE rsync -r --inplace --size-only --bwli