Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread jw schultz
On Mon, Jun 16, 2003 at 08:49:20PM -0500, Trey Nolen wrote: > > You may have two points of trouble. First, you need to specify something to > get it to be recursive. I use -a, which covers most everything. I also use R > for relative paths. I think that you might also have trouble with the I d

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Trey Nolen
You may have two points of trouble. First, you need to specify something to get it to be recursive. I use -a, which covers most everything. I also use R for relative paths. I think that you might also have trouble with the "/usr/bin/ssh -l dplbackup" part. Try this: C:\cygwin\bin\rsync.exe -a

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Paul English
> On Mon, Jun 16, 2003 at 03:18:38PM -0700, Paul English wrote: > > Skipping directory /cygdrive/d/user_dpl > > By default rsync skips directories -- see the -r option to override > this. > > ..wayne.. > Aah.. thanks. That's a simple one! Paul -- To unsubscribe or change options: http://lists.

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Wayne Davison
On Mon, Jun 16, 2003 at 03:18:38PM -0700, Paul English wrote: > Skipping directory /cygdrive/d/user_dpl By default rsync skips directories -- see the -r option to override this. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: htt