Backup

Estimate Information

The estimate command will display all information found by the PostgreSQL Plugin.

Note

In Dump mode, Bacula can not compute the Dump size for databases, so it will display database size instead.

Backup Information in Dump Mode

The PostgreSQL Plugin will generate the following files for a Cluster containing the single database “test”:

@PG/main/roles.sql
@PG/main/postgresql.conf
@PG/main/pg_hba.conf
@PG/main/pg_ident.conf
@PG/main/tablespaces.sql

@PG/main/test/createdb.sql
@PG/main/test/schema.sql
@PG/main/test/data.sqlc
Backup Content in Dump Mode

File

Context

Comment

roles.sql

global

List of all users, their password and specific options

postgresql.conf

global

PostgreSQL cluster configuration

pg_hba.conf

global

Client connection configuration

pg_ident.conf

global

Client connection configuration

tablespaces.sql

global

Tablespaces configuration for the PostgreSQL cluster

createdb.sql

database

Database creation script

schema.sql

database

Schema database creation script

data.sqlc

database

Database data in custom format, contains everything needed to restore

data.sql

database

Database data in dump format

See also

Go to Restore.

Go back to the main Operations page.

Go back to the main PostgreSQL Plugin page.

Go back to the Dedicated Backup Solutions page.