Skip to content
Snippets Groups Projects
Select Git revision
  • 562763222106c3ab818073ae788bcc6061b431e1
  • 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

50_File_backup.job.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 = ''
    
    # ----------------------------------------------------------------------