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
Deploy a Managed Postgres Cluster in Minutes! Enterprise-ready and Oracle compatible.
Try it Now Free
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"