GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BARMAN-WAL-ARCHIVE(1) Version 2.19 BARMAN-WAL-ARCHIVE(1)

barman-wal-archive - archive_command based on Barman's put-wal

barman-wal-archive [OPTIONS] BARMAN_HOST SERVER_NAME WAL_PATH

This script can be used in the archive_command of a PostgreSQL server to ship WAL files to a Barman host using the 'put-wal' command (introduced in Barman 2.6). An SSH connection will be opened to the Barman host. barman-wal-archive allows the integration of Barman in PostgreSQL clusters for better business continuity results.

This script and Barman are administration tools for disaster recovery of PostgreSQL servers written in Python and maintained by EnterpriseDB.

BARMAN_HOST
the host of the Barman server.
SERVER_NAME
the server name configured in Barman from which WALs are taken.
WAL_PATH
the value of the '%p' keyword (according to 'archive_command').

-h, --help
show a help message and exit
-V, --version
show program's version number and exit
-U USER, --user USER
the user used for the ssh connection to the Barman server. Defaults to 'barman'.
-c CONFIG, --config CONFIG
configuration file on the Barman server
-t, --test
test both the connection and the configuration of the requested PostgreSQL server in Barman for WAL retrieval. With this option, the 'WAL_PATH' mandatory argument is ignored.

0
Success
Not zero
Failure

barman (1), barman (5).

Barman has been extensively tested, and is currently being used in several production environments. However, we cannot exclude the presence of bugs.

Any bug can be reported via the Github issue tracker.

Homepage: <https://www.pgbarman.org/>
Documentation: <https://docs.pgbarman.org/>
Professional support: <https://www.enterprisedb.com/>

Barman is the property of EnterpriseDB UK Limited and its code is distributed under GNU General Public License v3.

© Copyright EnterpriseDB UK Limited 2011-2022

EnterpriseDB <https://www.enterprisedb.com>.
March 9, 2022 Barman User manuals

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.