Select Git revision
sqlite.ini.example 453 B
# ======================================================================
#
# 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 = ''
# ----------------------------------------------------------------------