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

couchdb.sh

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