Skip to content
Snippets Groups Projects
Select Git revision
  • 7cf2b738b0941cae71644a3ee8fe10c2d0c98ae4
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

sqlite.ini.example

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