not to sound too much like a n00b, but one question, everytime rsync runs, it updates the timestamp when I do a 'ls -al'
I thought rsync preserved permissions, times, etc by default...
my rsync command in cron is:
rsync -avz -e "ssh -i /home/username/rsa_key" user@10.10.10.10:/home/user/source/ /home/user/mojo/
then it does
cp -Rf /home/user/mojo /var/www/html/
so do I modify how rsync syncs the files?


