Skip to content
Snippets Groups Projects
Select Git revision
  • f1e58279476adc1d8745fc9d61f2d459cd68b6a8
  • main default protected
  • v0.1
3 results

readme.md

Blame
  • 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 = ''
    
    # ----------------------------------------------------------------------