not updating changed local files

Wayne Davison wayned at samba.org
Thu Jul 8 18:16:25 GMT 2004


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..


More information about the rsync mailing list