> Your ls command does not match the rsync command.
Agree. The difference between source directory with and without a
trailing slash is stated somewhere deep in `rsync(1)'.
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.or
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 r
> Does rsync version 2.6.2 exhibit this same behavior?
Yes, it does the same, that is, writes
xemacsweb/About/XEmacsServices.content is uptodate
when there are no `/'s at the ends of its args, and
About/XEmacsServices.content
when `/'s are appended both to source and destination directory.
Nev
On Wed, Jul 07, 2004 at 06:01:25PM +0400, Ilya N. Golubev wrote:
> > Am I correct in guessing that 01:32 is _during_ the rsync run?
>
> No. The file in src dir was updated before rsync run, and became
> newer than one in dest dir.
Does rsync version 2.6.2 exhibit this same behavior?
-chris
> -
> Am I correct in guessing that 01:32 is _during_ the rsync run?
No. The file in src dir was updated before rsync run, and became
newer than one in dest dir.
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/sma
On Tue, Jul 06, 2004 at 07:50:51PM +0400, Ilya N. Golubev wrote:
> rsync version 2.4.6 protocol version 24
>
> [EMAIL PROTECTED]:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb
> ~/share/public_html/xemacsweb
> building file list ... done
>
> ...
>
> xemacsweb/About/XEmacsServices.conte
rsync version 2.4.6 protocol version 24
[EMAIL PROTECTED]:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb
~/share/public_html/xemacsweb
building file list ... done
...
xemacsweb/About/XEmacsServices.content is uptodate
...
[EMAIL PROTECTED]:~> ls -l
{~/share/cvs-xemacs-head/XEmacs/xe