Brian Wagener ([EMAIL PROTECTED]):
> Here is my situation. I am running a website on a shared server,
> and they delete the access logs periodically. So i would like to
> use the cache feature to keep all past info. But here are my
> questions.
> 1) If I use a cache file, will results be duplicated if
> run again until the log gets deleted? Because I don't have
> permissions to delete log.
Not if you are careful with your configuration settings. The best way
is to read from the log file and write to the cache file in one pass.
Then read from the cache file(s) and write the report in other pass.
See the recommended process in docs/cache.html.
> 2) Currently I get an error when I try to
> run with a cache file already written, says it won't overwrite.
This is to protect you from accidentally destroying cache data. If you
really want to do this, then delete the cache file before running
Analog.
> 3) Can I have analog compress cache file?
No, but it will read compressed cache files if you setup and
UNCOMPRESS command.
--
Jeremy Wadsack
Wadsack-Allen Digital Group
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------