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

backup-dbfiles.job.dist

Blame
  • backup-dbfiles.job.dist 636 B
    # ----------------------------------------------------------------------
    #
    # jobfile for backup of filebased databases
    # list of files with servicename as key ... and its files with full path
    #
    # ----------------------------------------------------------------------
    #
    # SYNTAX: 
    # [variable] = [value]
    #
    # - variable must start in first column
    # - char "=" must be surrounded by space
    # - value - any string; no " needed
    #
    # EXAMPLE:
    # sqlite = /var/lib/whatever/mysqlite-database.db
    #
    # ----------------------------------------------------------------------
    
    
    
    # ----------------------------------------------------------------------