table of contents
DWWW-REFRESH-CACHE(8) | Debian | DWWW-REFRESH-CACHE(8) |
NAME¶
dwww-refresh-cache - rebuilds dwww cache directory
SYNOPSIS¶
dwww-refresh-cache
DESCRIPTION¶
dwww-refresh-cache is a simple shell script, which deletes outdated cache files and rebuilds contents of the dwww cache directory /var/cache/dwww. In default installation, the script is called from /etc/cron.daily/dwww, so the cache is refreshed every day.
CONFIGURATION VARIABLES¶
- DWWW_KEEPDAYS
- Specifies, how many days documents that have not been accessed should be kept in the cache. Default is 10 days.
- DWWW_QUICKFIND_DB
- Location of the installed packages and programs cache file, generated with help of dwww-quickfind(8). Default is /var/cache/dwww/quickfind.dat.
- DWWW_DOCBASE2PKG_DB
- Location of the cache file, which maps installed doc-base files to packages names, used by the dwww-build-menu(8). Default is /var/cache/dwww/docbase2pkg.dat.
FILES¶
- /etc/dwww/dwww.conf
- Configuration file for dwww(7).
- /var/cache/dwww
- dwww cache directory.
- /etc/cron.daily/dwww.
- dwww daily cron job
SEE ALSO¶
AUTHOR¶
Robert Luberda.
See dwww(7), for copyrights and stuff.
February 15th, 2009 | dwww 1.11.1 |