Table of Contents

This is a config file for file based databases that can be anywhere in the filesystem.

At the moment it is used by sqlite backup only.

dist file

# ----------------------------------------------------------------------
#
# jobfile for backup of filebased databases
# list of files with servicename as key ... and its files with full path
#
# ----------------------------------------------------------------------
#
# SYNTAX: 
# [variable] = [value]
#
# - variable must start in first column
# - char "=" must be surrounded by space
# - value - any string; no " needed
#
# EXAMPLE:
# sqlite = /var/lib/whatever/mysqlite-database.db
#
# ----------------------------------------------------------------------



# ----------------------------------------------------------------------