EnterpriseDB
  • Home
  • Category
    Installation & Getting Started Reference User Guides Quick Start
  • Product
    EDB Backup and Recovery Tool EDB*Plus EDB Postgres Advanced Server EDB Postgres Ark Platform EDB Postgres Cloud Database Service EDB Postgres Connectors EDB Postgres Containers EDB Postgres Enterprise Manager EDB Postgres Failover Manager EDB Postgres Hadoop Data Adapter EDB Postgres JDBC Connector EDB Postgres Language Pack EDB Postgres Migration Portal EDB Postgres Migration Toolkit EDB Postgres .NET Connector EDB Postgres OCL Connector EDB Postgres PgBouncer EDB Postgres Replication Server PostgreSQL pgAdmin 4

EDB Backup and Recovery Tool → 2.1 → User Guides → Backup & Recovery Guide
Other versions of this page: 2.4 · 2.3 · 2.2 · 2.1 · 2.0 · 1.1.1

Other Resources

  •  Download Postgres
  •  Free Postgres Training

Postgres as a Service

Deploy a Managed Postgres Cluster in Minutes! Enterprise-ready and Oracle compatible.

 Try it Now Free

Table of Contents Previous Next


6 Sample BART System with Local and Remote Database Servers : 6.1 BART Configuration File

6.1 BART Configuration File
The following shows the settings used in the BART configuration file:
[BART]
bart_host= enterprisedb@192.168.2.22
backup_path = /opt/backup
pg_basebackup_path = /opt/PostgresPlus/9.5AS/bin/pg_basebackup
retention_policy = 6 BACKUPS
logfile = /tmp/bart.log
scanner_logfile = /tmp/bart_scanner.log
 
[ACCTG]
host = 127.0.0.1
port = 5444
user = enterprisedb
cluster_owner = enterprisedb
backup_name = acctg_%year-%month-%dayT%hour:%minute
archive_command = 'cp %p %a/%f'
description = "Accounting"
 
[MKTG]
host = 192.168.2.24
port = 5444
user = repuser
cluster_owner = enterprisedb
backup_name = mktg_%year-%month-%dayT%hour:%minute
remote_host = enterprisedb@192.168.2.24
description = "Marketing"
 
[HR]
host = 192.168.2.24
port = 5432
user = postgres
cluster_owner = postgres
backup_name = hr_%year-%month-%dayT%hour:%minute
remote_host = postgres@192.168.2.24
copy_wals_during_restore = enabled
description = "Human Resources"

6 Sample BART System with Local and Remote Database Servers : 6.1 BART Configuration File

Table of Contents Previous Next
© 2019 EnterpriseDB Corporation. All rights reserved. | Privacy Policy | Terms of Use | Trademarks