Skip to content
Snippets Groups Projects
Select Git revision
  • fe730e69eb2b14d2d3db0e655375fc0e1dc78565
  • 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
  • user avatar
    Hahn Axel (hahn) authored
    18ed11df
    History
    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
    #
    # ----------------------------------------------------------------------
    
    
    
    # ----------------------------------------------------------------------