File: dexpire.8

package info (click to toggle)
diablo 1.13-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 804 kB
  • ctags: 875
  • sloc: ansic: 8,308; perl: 1,908; sh: 186; csh: 81; makefile: 67
file content (46 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" $Revision: 1.00 $
.TH DEXPIRE 8
.SH NAME
dexpire \- Diablo program to expire article files
.PP
.SH SYNOPSIS
.B dexpire
[
.B \-r free-space-target
]

.SH DESCRIPTION
.IR DExpire 
does an expire run on the history file, removing expired articles and 
updating (but not rewriting) the history file as appropriate.  DExpire
current operates in a FIFO manner, removing the oldest spool files first.
It will remove spool files a directory at a time until the free space target
is reached.
.PP
.B \-r free-space-target
.PP
This option tells dexpire to actually remove files and specifies a free-space
target to shoot for in megabytes.  For example, 2000 would indicate a free
space target of 2 gigabytes.  DExpire will loop until it meets the 
free-space target.
.PP
After clearing out sufficient disk space, DExpire will scan the spool
directory and then update the history file in place.  This is relatively
self repairing, so you can remove spool files manually without getting things
out of synch.

.SH "SEE ALSO"
diablo(8), 
dclean(8),
dicmd(8),
didump(8),
diload(8),
dnewslink(8),
doutq(8),
dexpire(8)
diconvhist(8),
dilookup(8),
dspoolout(8),
diablo-files(5)
.PP