# This file contains configuration settings for the config-backup and
# config-restore utilities.  See the man pages for more information

# leading and trailing white space are ignored
# A '#' introduces a comment.  Everything from the '#' to end of line is ignored

# Variables are followed by an = (with no spaces), and then the value

# This is the direction in which the archive backups are kept
#ARCHIVE=

# Maximum number of archives to keep as a decimal value.  The oldest and newest
# are always kept, regardless of this setting and the setting below.
#MAX_ARCHIVES=

# Maximum space used by archives (in decimal MiB).
#MAX_ARCHIVES_SPACE=

# Minimum free space on filesystem (in decimal MiB) before backup will be created
#MIN_FREE_FILESYSTEM=
