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