Skip to content
Snippets Groups Projects
Select Git revision
  • c0ca5e3ddaee51add13199ef11e892162c788da5
  • master default protected
  • fix/dont_save_partition_table_of_mapper_devices
  • fix_11285
  • debian
  • pristine-tar
  • upstream
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
  • backupninja_debian/0.9.9-1
  • backupninja-0.9.9
  • backupninja-0.9.8.1
27 results

example.pgsql

Blame
  • Forked from Liberate / backupninja
    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.