On Wed, Jul 23, 2003 at 06:03:14PM -0400, Ryvral wrote: > rsync -lHtSuWvzrvopglD -e ssh -C root at fraggalaxy.com:/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 override that. ..wayne..