Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Matt McCutchen
On Fri, 2010-09-03 at 10:57 -0700, Ian Skinner wrote: > dprweb> /usr/local/bin/rsync -v -v -v -v -i -i -i --progress --stats > --compress .htaccess appprod::test > .f .htaccess Rsync is claiming that .htaccess is up to date on the destination. How did you determine that it doesn't exis

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Ian Skinner
>>> Paul Slootman Friday, September 03, 2010 10:37 AM >>> >>> > I'm still missing the multiple -v and -i options. Something like this? If it is not patently obvious, I am very new to rsync. dprweb> /usr/local/bin/rsync -v -v -v -v -i -i -i --progress --stats --compress .htaccess appprod::test

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Paul Slootman
On Fri 03 Sep 2010, Ian Skinner wrote: > I believe I have now tried to do that. This was the results reported by > rsync as well as that the file still does not exist on the receiving server. > > dprweb> /usr/local/bin/rsync --verbose --progress --stats --compress > .htaccess appprod::test I'

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Ian Skinner
>>> Paul Slootman Friday, September 03, 2010 9:15 AM >>> > Perhaps, that's why I asked you to test rsyncing just the .htaccess > files. I'm sorry, didn't understand the request. I believe I have now tried to do that. This was the results reported by rsync as well as that the file still does no

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Paul Slootman
On Fri 03 Sep 2010, Ian Skinner wrote: > > They are not including them in my first tests? While I have run several > rsync copies between these two systems, everything is being copied, according > to a post copy comparison, except the three .htaccess files! > > Could there be some permission i

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Ian Skinner
>>> Paul Slootman Friday, September 03, 2010 8:37 AM >>> > Rsync will cheerfully include any and all files in its actions; > it doesn't care whether they start with a dot or not. No need to > --include it. They are not including them in my first tests? While I have run several rsync copies be

Re: Getting the 'hidden' .htaccess file.

2010-09-03 Thread Paul Slootman
On Fri 03 Sep 2010, Ian Skinner wrote: > > When I run the following command, it will get the other 19258 files, but it > will ignore the three .htaccess files in our site. I have searched the > internet and can see that it is apparently somewhat tricky to get rsync to > capture dot hidden file

Getting the 'hidden' .htaccess file.

2010-09-03 Thread Ian Skinner
I am trying to use rsync to synchronize our pre-release staging site to our production site. When I run the following command, it will get the other 19258 files, but it will ignore the three .htaccess files in our site. I have searched the internet and can see that it is apparently somewhat tr