scour.conf

A scour configuration-file (typically scour.conf) tells the scour utility that reads it what directories to recursively check for old files and what the maximum age of the files should be. This file normally resides in the etc/ subdirectory of the LDM installation.

The syntax of a entry in the configuration-file is

      dir maxAge [pattern]
    

where:

dir
is a directory pathname. The tilde character (~) may be used to represent the user's home-directory. The scour utility will recursively descend the directory hierarchy beginning at the specified directory. It will follow symbolic links.
maxAge
is the maximum age ([days][-hh:mm]) for the files/directories to be considered for deletion. Files in the top directory that are older than this will be deleted. Empty (sub-) directories are not deleted unless the -d option is specified. Directories that are symbolic links are not deleted.
[pattern]
is an optional pattern used for filename expansion. The default is "*" (which matches all files). Definitive information on patterns used for filename expansion can be found here.

and the fields are separated by whitespace. Comments have a hash character (#) in column one.