Dear all! Ive got a problem with rsync on a w2k machine! I run this rsync -r "\\c/UTILS/" "unixmachine:/home/myuser" The message I get from the machine is unixmachine: remshd: Login incorrect. rsh.exe: can't establish connection read error: Connection reset by peer The rsh command works fine with the actual configuration eg. rsh unixmachine -l myuser ls this command returns the ls of the /home/myuser Trying to do it with user@unimachine rsh returns an error command like, it hasnt been used correctly, i dont really have a clue of whats going on, because rsync works fine between two unix machines. Any idea? Should i try to put rsync as a service? Regards! Jos? Luis Barrera Developer/Xpert OnLine [www.xperttesting.com] jluis.barrera@olecenter.com [www.Olecenter.com] Alcobendas/Madrid "By the perception of illusion, we experience reality" "Every picture holds a tale, every shade tells of a thousand words"
rsync has no permissions filter. You'll have to use find or something run before the rsync, put that output in a file, and use the "--exclude-from=" option. Tim Conway tim.conway@philips.com 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, caesupport2 on AIM "There are some who call me.... Tim?" Victor Isaac Lesk <vil@rccp.tsukuba.ac.jp> Sent by: rsync-admin@lists.samba.org 09/03/2002 10:11 PM To: <rsync@lists.samba.org> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: (no subject) Classification: Dear all, How do I exclude, using --exclude or otherwise, executable files, from an rsync transfer? Thanks, Victor -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html