Skip to content
Snippets Groups Projects
Select Git revision
  • 6e2e411a2a73972c6619e95783fa3f0a1caf95c5
  • master default protected
  • fix-typo-readme
  • implement_lightweight_mode_msoffice
  • video_support
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
13 results

setup.py

Blame
  • Forked from jvoisin / mat2
    Source project has a limited visibility.
    example.pgsql 779 B
    ### backupninja PostgreSQL config file ###
    
    # vsname = <vserver> (no default)
    # what vserver to operate on, only used if vserver = yes in /etc/backupninja.conf
    # if you do not specify a vsname the host will be operated on
    # Note: if operating on a vserver, $VROOTDIR will be prepended to backupdir.
    
    # backupdir = <dir> (default: /var/backups/postgres)
    # where to dump the backups
    
    # databases = < all | db1 db2 db3 > (default = all)
    # which databases to backup. should either be the word 'all' or a 
    # space separated list of database names.
    # Note: when using 'all', pg_dumpall is used instead of pg_dump, which means
    # that cluster-wide data (such as users and groups) are saved.
    
    # compress = < yes | no > (default = yes)
    # if yes, compress the pg_dump/pg_dumpall output.