rsync through ssh - i get an error

2006-09-11 Thread [EMAIL PROTECTED]
hello, i'm trying to use rsync thtough ssh, with -e ssh flag, but i get the following errors: rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(584) what does that mean ? how can i fix it ? thank you. -- To

Exclude usage question

2006-09-11 Thread Heise, Robert
Title: Exclude usage question Im running into an issue with exclude options not working correctly. Here are the details, if anybody can see what Im doing incorrectly, please let me know.. Thanks rsync version 2.5.7 protocol version 26 Command:

error in rsync protocol data stream (code 12) at io.c(463) on HP-UX 11.23

2006-09-11 Thread Bernhard Wesely
Hello, We discovered a slight problem with rsync 2.6.8 on HP-UX 11.23 on Itanium2. When trying to get a directory listing via: # [EMAIL PROTECTED]:/~ rsync dev1::deploy drwxr-xr-x 96 2006/09/06 12:57:36 . drwxrwxrwx 96 2006/09/11 15:35:33 test # ... it works flawlessly, but

Re: error in rsync protocol data stream (code 12) at io.c(463) on HP-UX 11.23

2006-09-11 Thread Paul Slootman
On Mon 11 Sep 2006, Bernhard Wesely wrote: [6951] getdents(6, 0x4003d820, 16384) .. = 152 [6951] stat64(/test, 0x7fff84e0) . = 0 [6951] getdents(6, 0x4003d820, 16384) .. = 0 [6951] close(6)

Surpresa para voce!

2006-09-11 Thread cartoes
Title: Declaração do Coração Declaração do Coração

DO NOT REPLY [Bug 4082] RFE: prioritize work by size (or other criteria)

2006-09-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4082 --- Comment #1 from [EMAIL PROTECTED] 2006-09-11 17:20 MST --- I agree that it would be useful if rsync could process files in an order specified by the user. However, I think individual prioritization algorithms are not rsync's job.

DO NOT REPLY [Bug 4082] RFE: prioritize work by size (or other criteria)

2006-09-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4082 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from

Re: Exclude usage question

2006-09-11 Thread Wayne Davison
On Mon, Sep 11, 2006 at 10:13:03AM -0400, Heise, Robert wrote: A couple of .sh scripts are still being copied out Please cite the verbose output from rsync for those files (use -n if you want to avoid any copying). The verbose output is the easiest way to see the names that the exclude patterns

Re: rsync through ssh - i get an error

2006-09-11 Thread Wayne Davison
On Mon, Sep 11, 2006 at 01:31:00PM +0200, [EMAIL PROTECTED] wrote: rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process

DO NOT REPLY [Bug 4082] RFE: prioritize work by size (or other criteria)

2006-09-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4082 --- Comment #3 from [EMAIL PROTECTED] 2006-09-11 23:34 MST --- use --max-size for a small-file first pass, and then --min-size for a large-file second pass. And it seems so obvious in retrospect! Thanks. I can envision a wrapper