You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
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"
}
}