Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Fileset configuration

Radosław Korzeniewski edited this page Jun 24, 2013 · 6 revisions

FileSet example for PGSQL database files backup.

File Set {
  Name = "FileSetPostgreSQLDBSet01"
  Include {
    Options { Signature = MD5 }
    Plugin = "pgsql:/opt/bacula/etc/pgsql.conf:db"
  }
}

The parameter: /opt/bacula/etc/pgsql.conf in the Plugin definition is the name of the PGSQL-FD configuration file described at Configuration files page.

FileSet example for PGSQL archived WAL files backup.

File Set {
  Name = "FileSetPostgreSQLArchSet01"
  Include {
    Options { Signature = MD5 }
    Plugin = "pgsql:/opt/bacula/etc/pgsql.conf:wal"
  }
}
Clone this wiki locally