table of contents
BARMAN-WAL-ARCHIVE(1) | Version 1.3 | BARMAN-WAL-ARCHIVE(1) |
NAME¶
barman-wal-archive - archive_command based on Barman's put-walSYNOPSIS¶
barman-wal-archive [OPTIONS] BARMAN_HOST SERVER_NAME WAL_PATHDESCRIPTION¶
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. 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 2ndQuadrant.
POSITIONAL ARGUMENTS¶
- 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').
OPTIONS¶
- -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
EXIT STATUS¶
- 0
- Success
- Not zero
- Failure
SEE ALSO¶
barman (1), barman (5).BUGS¶
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.
RESOURCES¶
- •
- Homepage: <http://www.pgbarman.org/>
- •
- Documentation: <http://docs.pgbarman.org/>
- •
- Professional support: <http://www.2ndQuadrant.com/>
COPYING¶
Barman is the property of 2ndQuadrant Limited and its code is distributed under GNU General Public License v3.Copyright (C) 2011-2019 2ndQuadrant Ltd - <http://www.2ndQuadrant.com/>.
AUTHORS¶
2ndQuadrant <http://www.2ndQuadrant.com>.January 5, 2019 | Barman User manuals |