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 /
> 
>   Ken> But its not moving *.so files.. Any idea what I am doing wrong?
> 
> Try adding more options, like this:
> 
> rsync -lHtSuWvzPh6rvSqrjJ32opEXnbNZglDsp -e ssh -C [EMAIL PROTECTED]:/gameservers /
> 
> 

Nah, he should use the long opts like this:

rsync --links --hard-links --times --sparse --update --whole-file --verbose --compress 
--recursive --verbose --owner --perms --group --links --devices --rsh ssh 
--cvs-exclude [EMAIL PROTECTED]:/gameservers /

That way he might notice duplications and things like --cvs-EXCLUDE

:)


-- 
________________________________________________________________
        J.W. Schultz            Pegasystems Technologies
        email address:          [EMAIL PROTECTED]

                Remember Cernan and Schmitt
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to