On Tue, Jul 06, 2004 at 07:50:51PM +0400, Ilya N. Golubev wrote: > rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb > ls -l > {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content
Your ls command does not match the rsync command. It should have been this: ls -l {~/share/cvs-xemacs-head/XEmacs,~/share/public_html/xemacsweb}/xemacsweb/About/XEmacsServices.content You probably didn't mean to duplicate the xemacsweb source dir inside the xemacsweb destination dir. If so, you should have run this rsync command: > rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html