HELP! rsync won't upload my .htpasswd files

Mike Rubel mrubel at galcit.caltech.edu
Tue Jan 7 19:25:00 EST 2003


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




More information about the rsync mailing list