17 lines
651 B
Text
17 lines
651 B
Text
# Configuration file for "scour" utility, to delete all files older than a
|
|
# specified number of days from specified directories and all their
|
|
# subdirectories. Scour should be invoked periodically by cron(8).
|
|
#
|
|
# Each line consists of a directory, a retention time (in days), and
|
|
# (optionally) a shell filename pattern for files to be deleted. If no
|
|
# filename pattern is specified, "*" representing all files not beginning
|
|
# with "." is assumed.
|
|
#
|
|
# A hash in column one indicates a comment line.
|
|
|
|
# Directory Days-old Optional-filename-pattern
|
|
|
|
#~ldm/data/dir1 2
|
|
#~ldm/data/dir2 2 *.foo
|
|
/awips2/ldm/logs 2 *.stats
|
|
/awips2/data_store 1
|