Re: directories not correctly recognized rsync-3.0.4

2008-09-09 Thread Jan Thielmann
ielmann <[EMAIL PROTECTED]> > CC: rsync@lists.samba.org > Betreff: Re: directories not correctly recognized rsync-3.0.4 > On Tue, Sep 09, 2008 at 01:08:57PM +0200, Jan Thielmann wrote: > > #[sender] i=0 /u/prak28 dir1 mode=0755 len=288 uid=3007030 gid=0 flags=5 > > That mo

Re: directories not correctly recognized rsync-3.0.4

2008-09-09 Thread Wayne Davison
On Tue, Sep 09, 2008 at 01:08:57PM +0200, Jan Thielmann wrote: > #[sender] i=0 /u/prak28 dir1 mode=0755 len=288 uid=3007030 gid=0 flags=5 That mode is totally bogus. For dir1 to be a dir, it should have mode 040775. If it were a regular file, it should have mode 010775. So, you should investiga

Re: directories not correctly recognized rsync-3.0.4

2008-09-09 Thread Paul Slootman
On Tue 09 Sep 2008, Jan Thielmann wrote: > > I'm running rsync-3.0.4 on my UNIX system. I've just updated from rsync-2.6.9. > I'm facing a general problem with the execution of files during a transfer > process. > > The situation: 2 Directories (dir1 and dir2) on one machine with a some files >