> I'm using rsync to synchronize between our staging server and our
> production server. All of my files are uploading correctly except for a
> couple of .htpasswd files which reside in /var/apache/webscripts
>  
> I'm guessing that they won't upload because they start with "." Is there
> some way around this? It's very important that these files get uploaded
> to this directory.

Damon,

Change:

        /var/apache/webscript/*

to

        /var/apache/webscript/

(including the trailing slash).

Mike

ps> your email client seems to be sending html email; might want to get
rid of that...

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to