# ======================================================================
#
# LOCAL SQLITE DATABASES
#
# ======================================================================

[detect]

# the filetype to detect using file command
type = "sqlite"

# list of files to backup
# file[] = "/var/www/database/logs.db"


[set]

su = ''
dbuser = ''
dbpassword = ''

params = ''
env = ''

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