Re: rsync always gets index.html

2007-08-06 Thread peter pilsl
Matt McCutchen wrote: Pass the -i, --itemize-changes option to see why rsync thought the files needed copying: `s' indicates a difference in size and `t' indicates a difference in mtime. If you get `t', make sure you are using the -t, --times option to set mtimes of destination files equal to t

Re: rsync always gets index.html

2007-08-05 Thread Matt McCutchen
On 8/5/07, peter pilsl <[EMAIL PROTECTED]> wrote: > example: > the following files are the same for years, but every night rsync copies them > again: > > opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/ > opt_noraid/marcus/usr/local/apache2-140a/manual/vhosts/index.html > opt_noraid/marcus/

rsync always gets index.html

2007-08-05 Thread peter pilsl
I use to sync several servers with rsync for years now. One strange thing I still havent figured out: while rsync does its job perfectly will, it cant refuse to transfer all files with "index.html" in it, even if the files havent change. example: the following files are the same for years,