expire (8) Linux Manual Page
expire – Usenet article and history expiration program
Synopsis
expire [-iNnptx] [-d dir] [-f file] [-g file] [-h file] [-r reason] [-s size] [-v level] [-w number] [-z file] [expire.ctl]
Description
expire scans the history(5)-format text file pathdb/history and uses the information recorded in it to purge itself of old news articles. Articles stored using a storage method that has self-expire functionality are by default not affected by expire‘s primary behavior (but see the -N flag to disable this). In this case, expire.ctl is ignored except the "/remember/" line for that article; expire does still probe to see if the article still exists and purges the relevant history and overview entries if appropriate. However, if groupbaseexpiry in inn.conf is true, expire acts on all articles as specified by expire.ctl regardless of whether their storage methods have self-expire functionality.
Note that expire never purges articles which do not match any entry in expire.ctl.
Options
-ddir- If the
-dflag is used, then the new history file and database is created in the specified directory dir. This is useful when the filesystem does not have sufficient space to hold both the old and new history files. When this flag is used,expireleaves the server paused and creates a zero-length file named after the new history file, with an extension of ".done" to indicate that it has successfully completed the expiration. The calling script should install the new history file and unpause the server. The-rflag should be used with this flag. -ffile- To specify an alternate history file, use the
-fflag. This flag is valid when used with the-dflag, and the output will be written to the specified file. The default without-fis "history". -gfile- If the
-gflag is given, then a one-line summary equivalent to the output of-v 1, except preceded by the current time, will be appended to the specified file. -hfile- To specify an alternate input text history file, use the
-hflag.expireuses the old dbz(3) database to determine the size of the new one. (If the-dflag is not used, the output filename will be the same as the input filename with an extension of ".n".)The default without the
-hflag is pathdb/history. -i- To ignore the old database, use the
-iflag. -N- The control file is normally ignored for articles in storage methods which have self-expire functionality. If the
-Nflag is used,expirestill uses the control file for these articles. -n- If
inndis not running, use the-nflag andexpirewill not send the "pause" or "go" commands. (For more details on the commands, see ctlinnd(8)). Note thatexpireonly needs exclusive access for a very short time — long enough to see if any new articles arrived since it first hit the end of the file, and to rename the new files to the working files. -pexpiremakes its decisions on the time the article arrived, as found in the history file. This means articles are often kept a little longer than with other expiration programs that base their decisions on the article’s posting date. To use the article’s posting date, use the-pflag.-rreasonexpirenormally sends a "pause" command to the localinnddaemon when it needs exclusive access to the history file, using the string "Expiring" as the reason. To give a different reason, use the-rflag. The process ID will be appended to the reason. Whenexpireis finished and the new history file is ready, it sends a "go" command. See also the-nflag.-ssize- Optimize the new history database for approximately size pairs (lines in history). Accurately specifying the size will create a more efficient database. (The size should be the estimated eventual size of the file, typically the size of the old file.)
-t- If the
-tflag is used, thenexpirewill generate a list of the tokens that should be removed on its standard output, and the new history file will be left in history.n, history.n.dir, history.n.index and history.n.hash. This flag is useful for debugging when used with the-nflag. Note that if the-fflag is used, then the name specified with that flag will be used instead of history. -vlevel- The
-vflag is used to increase the verbosity of the program, generating messages to standard output. The level should be a number, where higher numbers result in more output. Level one will print totals of the various actions done (not valid if a new history file is not written), level two will print a report on each individual file, while level five results in multiple lines of output for every history line processed. -wnumber- Use the
-wflag to “warp” time so thatexpirethinks it is running at some time other then the current time. The value should be a signed floating point number indicating the number of days to use as the offset. -x- If the
-xflag is used, thenexpirewill not create any new history files. This is most useful when combined with the-nand-tflags to see how different expiration policies would change the amount of disk space used. -zfile- If the
-zflag is used, then articles are not removed, but their names are appended to the specified file. See the description ofdelayrmin news.daily(8). If a filename is specified, it is taken as the control file and parsed according to the rules in expire.ctl. A single dash ("-") may be used to read the file from standard input. If no file is specified, the file pathetc/expire.ctl is read.
History
Written by Rich $alz <rsalz [at] uunet.uu.net> for InterNetNews. Converted to POD by Julien Elie.
$Id: expire.pod 8577 2009-08-18 14:02:02Z iulius $
See Also
ctlinnd(8), dbz(3), expire.ctl(5), history(5), inn.conf(5), innd(8), inndcomm(3), news.daily(8).
