Re: Rsync fails to rename on Windoze2003

2006-06-24 Thread Corey Wirun - Lists
Some further information:   I went back to 2.6.6 of rsync on the client and server and at least the entire sync completes.  I still get the 'Permission Denied' problem on the rename though.   I had a look at the logs and it appears the rename error is _always_ on a file name with a '.' as the

Re: Rsync dies with "Invalid file index:" error message

2006-06-24 Thread Frank Fegert
Wayne, thanks for your prompt response! Wayne Davison wrote: > On Sat, Jun 24, 2006 at 03:03:10PM +0200, Frank Fegert wrote: > >>i'm having a rather strange problem with rsync (v2.6.8). Rsync is run to >>synchronize >>two identical, rather old Solaris 2.6 servers. > > I have heard of some prob

Rsync fails to rename on Windoze2003

2006-06-24 Thread Corey Wirun - Lists
Hi All,   I've seen several variations on this topic, but nothing exactly the same:   I have two Windows 2003 servers that I want to use rsync (2.6.8) to mirror.  These machines are separated by a WAN.   Initial attempts to get rsync working between them have not been successful.  The firs

Re: Windows 2003, Cygwin, and rsync

2006-06-24 Thread Aaron Morris
On 6/23/06, John Oliver <[EMAIL PROTECTED]> wrote: On Wed, Jun 21, 2006 at 05:06:22PM +1000, Christian Hack wrote: As for you speed issues. From a Dual Xeon 3.2GHz to a dual P3 1GHz I creted a ~250MB test file and was able to scp it between these NASes at ~40mb/s rsync still was transferr

not all files copied

2006-06-24 Thread Victor Shoup
Hi, I'm using rsync to copy and sync a directory of about 25,000 files across two machines. I used rsync to make an initial copy, from machine 1 to machine 2, and then syncing back incremental changes from machine 2 to machine 1. On the initial copy from machione 1 to machine 2, I found that a

Re: Rsync dies with "Invalid file index:" error message

2006-06-24 Thread Wayne Davison
On Sat, Jun 24, 2006 at 03:03:10PM +0200, Frank Fegert wrote: > i'm having a rather strange problem with rsync (v2.6.8). Rsync is run to > synchronize > two identical, rather old Solaris 2.6 servers. I have heard of some problems with some Solaris versions of ssh, so it may help to install openss

Re: Creating a third difference-only folder using rsync to compare 2 folders

2006-06-24 Thread Wayne Davison
On Sat, Jun 24, 2006 at 01:51:20PM +0100, Eoin O'Sullivan wrote: > I am using rsync to update 1 folder based on changes in the other folder > however I also need to compile a 2nd copy of ONLY the files that have > changed and put these in a 3rd folder so I can FTP them to a live > website (which do

Re: rsync-2.6.8 hangs on AIX

2006-06-24 Thread Wayne Davison
On Tue, Jun 20, 2006 at 03:26:40PM +0200, Dominik Vogt wrote: > There is another machine in between that forwards all tcp > packets to the target machine: I haven't used socat before, but have successfully used nc (netcat), so you might try switching over to that to see if the problem is socat. I

Rsync dies with "Invalid file index:" error message

2006-06-24 Thread Frank Fegert
Hi all, i'm having a rather strange problem with rsync (v2.6.8). Rsync is run to synchronize two identical, rather old Solaris 2.6 servers. All filesystems rsync fine except for one. Rsync bails out on this particular FS with the following messages: # /var/tmp/bin/rsync -avz -e "ssh -i $keyfile

Creating a third difference-only folder using rsync to compare 2 folders

2006-06-24 Thread Eoin O'Sullivan
I cannot find a clear answer to the following question ... I have 2 local websites on my LAN with 1,000+ files incl subdirectories & 300Mb+ size. I am using rsync to update 1 folder based on changes in the other folder however I also need to compile a 2nd copy of ONLY the files that have changed a