Re: Linux Rsync so files

2003-07-23 Thread jw schultz
On Wed, Jul 23, 2003 at 03:15:07PM -0700, Ben Escoto wrote: > > "Ken" == ryvral <[EMAIL PROTECTED]> > > wrote the following on Wed, 23 Jul 2003 18:03:14 -0400 > > Ken> Hey all.. I'm using the command: > > Ken> rsync -lHtSuWvzrvopglD -e ssh -C [EMAIL PROTECTED]:/gameservers / > >

Re: Linux Rsync so files

2003-07-23 Thread Ben Escoto
> "Ken" == ryvral <[EMAIL PROTECTED]> > wrote the following on Wed, 23 Jul 2003 18:03:14 -0400 Ken> Hey all.. I'm using the command: Ken> rsync -lHtSuWvzrvopglD -e ssh -C [EMAIL PROTECTED]:/gameservers / Ken> But its not moving *.so files.. Any idea what I am doing wrong? Try ad

Re: Linux Rsync so files

2003-07-23 Thread Wayne Davison
On Wed, Jul 23, 2003 at 06:03:14PM -0400, Ryvral wrote: > rsync -lHtSuWvzrvopglD -e ssh -C [EMAIL PROTECTED]:/gameservers / > > But its not moving *.so files.. Any idea what I am doing wrong? They're excluded by -C (--cvs-exclude). You could add an explicit --include='*.so', if you want to overr

Linux Rsync so files

2003-07-23 Thread Ryvral
Hey all.. I'm using the command: rsync -lHtSuWvzrvopglD -e ssh -C [EMAIL PROTECTED]:/gameservers / But its not moving *.so files.. Any idea what I am doing wrong? Thanks Ken -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.o