Re: new rsync release needed soon?

2002-08-02 Thread jw schultz
On Wed, Jul 31, 2002 at 12:03:00PM -0500, Dave Dykstra wrote: > Yes I think a new release is needed soon, but there's more patches than > that that should get in. A bunch of them have been posted and I was hoping > you were keeping track of them and would be putting more of them in. To put in my

[patch] exclude-from stdin

2002-08-02 Thread jw schultz
This patch causes --exclude-from and --include-from to read from STDIN when given - for a filename. This was formerly incorporated in my --link-dest patch. Patch against current cvs. -- J.W. SchultzPegasystem

[patch] --link-dest

2002-08-02 Thread jw schultz
Updated to current cvs without the --exclude-from - patch. This patch allows specifying a --link-dest path similar to --compare-dest except that unchanged files are hard-linked to the --link-dest path instead of producing a sparse tree. --

Re: Large File Support on AIX 4.3.3

2002-08-02 Thread Cliff Hemming
I've been having other issues with rsync under AIX. I'll post them later after I finish testing. The flags your looking for (got them from perl 5.6.1 and it worked with proftpd) are: -qlonglong -D_LARGE_FILES How it helps. -Cliff -- To unsubscribe or change options: http://lists.samba.org/

Cannot authenticate usin ssh

2002-08-02 Thread Chris Mason
I have a backup script that copies the contents of a backup directory to my local server at night. The command is run from a script: /etc/cron.daily/backup /usr/bin/rsync -arvz -e ssh [EMAIL PROTECTED]:/home/backups/* backup_disk/servername/ The output from the cron job is: Permission denied,

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-02 Thread Wayne Davison
I just looked over your latest changes and checked in a few minor fixes that I saw: - In client_addr() we now avoid calling getnameinfo() if we've already setup the addr_buf (in the am_server side). - I moved some structures in client_name() so that they remain in scope the entire time that

Trransfering multifiles within one rsync session.

2002-08-02 Thread Mark de Jong
Hello, I'm trying to transfer multiple selected filed using rsync client and daemon. Currently, this only works when trying to transfer two different files, but as soon as I add a third file, I get the error: rsync: read error: Connection reset by peer rsync error: error in rsync protocol data st

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-02 Thread Dave Dykstra
On Thu, Aug 01, 2002 at 04:58:31PM -0500, Dave Dykstra wrote: ... > Ok, I put that in. I now tested it on Linux and unfortunately it doesn't > properly look up the names unless I configure --disable-ipv6. I'm out of > time for today, however, I'll try to look at it tomorrow morning (unless > som

Re: rsync error: unexplained error (code 255) at main.c(925)

2002-08-02 Thread Dave Dykstra
Well there's nothing in that configuration and command that jumps out at me, except that I don't think the max-delete option is very heavily used (and therefore not very heavily tested). I suggest putting some debugging statements int he code to narrow down where that error code of 255 is coming