Errors during transfer

2005-01-17 Thread d c
I am using rsync w/ CYGWIN to copy files from an NT server to a Freebsd 5.3 server running runsy- latest 2.6.3 BSD patch to latest RELEND_5_3. I am moving very large 2gb files/. An older version exists at the destination so it is only xferring diffs. I am using putty with port forwarding to han

Re: Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
As an adder-  Would I be better of not compressing?d c <[EMAIL PROTECTED]> wrote: Hmm---   Let me clarify a few things and apply it to your response to verify I understand.   I have 51 file ranging from 1mb to 1.9gb in size.  These files reside on a share of a windows server.  They are the

Re: Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
to do is not feasible over T1's.   Anyone else able to move large files over the wan via encrypted ssh tunnels with rsync?Wayne Davison <[EMAIL PROTECTED]> wrote: On Mon, Jan 03, 2005 at 04:40:03PM -0800, d c wrote:> The source files have slightly chnaged and I now am trying to sync

Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
Hi All-   I am trying to use rsync to synchronize very large files-  some are close to 2gb in size.   I have copied the files manually to a usb drive and shipped it to the location where the rsync server is running.    At the remote location I copied the files to a directory which resides on the r

Re: Rsync permission issue

2004-12-21 Thread d c
creates a sub-directory it assigns no rights at all to it:  d   I have tried the -p option on the client but it does not help. Currently running latest version of rsync---recompiled last night.   Client is windows w/ cygwin.   thx     d c <[EMAIL PROTECTED]> wrote: I am conn

Rsync permission issue

2004-12-20 Thread d c
I am connecting to my rsync server as follows: ssh -f -i ~/.ssh/id_dsa -C -l SOMEUSER -L 8730:localhost:873 SOMEHOST sleep 40rsync -av rsync://localhost:8730/module /dest My LAN servers connect w/o incident or problems.  However-  I am trying to connect in a remote server and it is giving me some g

Re: SSH Tunnel Problem

2004-12-19 Thread d c
fault rights on the binary for rsync also?   Thanks for the quick repsonses so far.   Also-  as an aside I am I better of w/ cwrsync?Wayne Davison <[EMAIL PROTECTED]> wrote: On Sat, Dec 18, 2004 at 07:28:24PM -0800, d c wrote:> HOWEVER- I cannot connect "passwordless" with SSH

SSH Tunnel Problem

2004-12-18 Thread d c
I have set up an Rsync server on FreeBSD 5.3 and plan on having windows clients synchronize data to it. Rsync running as a daemon works fine. I can successfully copy data up to the server and view it via scp. Also- I can connect via ssh and run rsync as well. HOWEVER- I cannot connect "passw