search for: appprod

Displaying 7 results from an estimated 7 matches for "appprod".

Did you mean: ampprod
2010 Oct 29
1
What won't rsync sync this file?
...y tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing. dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export /home/webuser/logs/rsync-extranet-log /export/home/em/htdocs/docs/gis/GIS_NOD.htm webuser at appprod::dprweb_extranet/em /htdocs/docs/gis/ opening tcp connection to appprod port 873 sending daemon args: --server -vvvltprze.isf --delete --partial . dprweb_extranet/em/htdocs/docs/g...
2010 Sep 21
2
Rsync command failing as a Cron Tab
We have this Rsync command that does what is desired when ran either directly OR with a shell script. /usr/local/bin/rsync -vvv -P --stats -zrtpl --delete --password-file=/export/home/webuser/.appprod - -log-file=/exp*/h*/web*/logs/rsync-log --exclude "*.htacc*" /exp*/h*/xter*/htdocs/ webuser at appprod:: dprweb_www > /exp*/h*/web*/logs/rsync-output But no matter how we put it into a cron task, we get nothing. No errors, no logs, no output, just nothing. 14 15 * * * cd /usr/local...
2010 Sep 03
1
Getting the 'hidden' .htaccess file.
...mewhat tricky to get rsync to capture dot hidden files. I have tried every solution I have found that I understood. Can somebody help out this rsync newbie? /usr/local/bin/rsync --verbose --progress --stats --compress --recursive --times --perms --links --include=".htaccess" --delete . appprod::test This is between two Solaris servers using the latest rsync with the remote set up as a daemon on the appprod server, if that matters any. TIA Ian
2010 Sep 16
1
Rsync failed as a cron task.
Any advice for an all around newbie. I have a rsync command that works just fine whenever I have executed it directly from the command line. /usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync But when we tried to execute this as a daily cron task, it did not synchronize the servers. This is all that exists in the log file created by rsync. [client] add_rule...
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands. /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test Here is the current .rsync-filter file. + das + em + enf + internal + itb + medtox + pml + psb + reg + whs + htdocs + docs - /* - das/* - em/* - enf/* - internal/* - itb/* - med...
2010 Sep 28
1
How to mirror only specified directories
...ion Extranet uid = webuser gid = other read only = no list = yes hosts allow = ww.xxx.yy.zz secrets file = /etc/.password auth users = aaa Here is the command I've tried on server A /usr/local/bin/rsync -n -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log --include "/export/home/[internal|das|em|enf|itb|medtox|pml|psb|reg|whs]/htdocs/docs/*" --exclude "/*" /export/home/xterernal/htdocs/ webuser at appprod::dprweb_extranet This is failing with this message in the output. sending inc...
2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple environments/tiers? For instance, we have several environments ( production, dev, qa, etc.. ) and within each environment, different tiers ( web, data, app, etc ). Each tier is a different IP network segment, so all the hosts in each tier have different configurations for certain things like resolv.conf, ntp.conf and so on. We do