rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
Wayne, Do you think an earlier version might be missing this bug? There's really not anything fancy about the directories I'm syncing- no links, no multi-byte char filenames, I don't care about permissions, etc., just timestamps, names and contents. I guess the only thing out of the ordinary is

Ways of further restricting rsync.

2004-09-30 Thread Joe Smith
I've done something similar to what is at http://www.jdmz.net/ssh/ but it restricts rsync to certain directories based on the key used. For example, one key has read/write access, the other has read-only access: command="rrsync logs/client" ssh-rsa B3NzaC1yc2EBIwAAAIEAzGhEeNlPr... command

Re: [cygwin] Fwd: Updated: rsync-2.6.2-3

2004-09-30 Thread Wayne Davison
On Fri, Oct 01, 2004 at 12:31:55AM +0200, Lapo Luchini wrote: > I don't think there is any reason not to ask for "binary mode" on > non-Windows hosts, anyway (it's already done also in do_open(...), > also). It has to be configured around the presence of the setmode() function and only done if O_B

Re: [cygwin] Fwd: Updated: rsync-2.6.2-3

2004-09-30 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lapo Luchini wrote: > This third attempt solves both the august security fix and the textmode > bug that 2.6.2-2 had. Whoops, I forgot to ask if the patch could be kindly included in the original source (it follows). I don't think there is any reason

Rsync 2.6.3 released

2004-09-30 Thread Wayne Davison
I have released rsync 2.6.3. This is an incremental release from 2.6.2 that adds several new features and fixes a good number of bugs. You can read all about it in the release-NEWS: http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS There are a variety of download instructions on the website

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
OK, I installed 2.6.3pre2 on both the client and server. The server is run via a ssh command option in authorized keys: command="rsync --server --daemon ." The client command is: rsync -Pvvvtr --rsh="ssh -l mpdm -i ADMIN/rsa-mpdm01" pcls046147::"MPDM/subdir" . For this test, there were 2 client r

Re: --delete and explicitly listed files

2004-09-30 Thread Igor A. Nesterov
From: "Wayne Davison" <[EMAIL PROTECTED]> > This is because rsync is a copy command, and you told it to copy a file > that doesn't exist. Rsync does not currently have a way to specify > individual files to delete, This is exactly what I am asking for... why? rsync is not just a copy command. It

Re: Extending --log-format

2004-09-30 Thread Christophe Kalt
On Sep 28, Wayne Davison wrote: | On Tue, Sep 28, 2004 at 11:42:54AM -0400, Christophe Kalt wrote: | > i couldn't find anything in my various searches :-( | | It was surprisingly hard to google for due to him using the phrase | "report options" for the idea. Here are the messages to which I was |

Re: --delete and explicitly listed files

2004-09-30 Thread Wayne Davison
On Wed, Sep 29, 2004 at 08:07:28PM -0400, Igor A. Nesterov wrote: > building file list ... link_stat /tmp/dira/file1 : No such file or directory This is because rsync is a copy command, and you told it to copy a file that doesn't exist. Rsync does not currently have a way to specify individual fi