Difference between revisions of "Barman"
m (typo) |
(version 2.0) |
||
Line 10: | Line 10: | ||
Barman is written and maintained by PostgreSQL professionals 2ndQuadrant. | Barman is written and maintained by PostgreSQL professionals 2ndQuadrant. | ||
|Homepage URL=http://www.pgbarman.org | |Homepage URL=http://www.pgbarman.org | ||
− | |VCS checkout command=git clone | + | |VCS checkout command=git clone git://git.code.sf.net/p/pgbarman/code |
|Documentation note=Documentation available at http://www.pgbarman.org/documentation/ | |Documentation note=Documentation available at http://www.pgbarman.org/documentation/ | ||
|IRC help=irc://irc.freenode.net/barman | |IRC help=irc://irc.freenode.net/barman | ||
− | |Version identifier= | + | |Version identifier=2.0 |
− | |Version date= | + | |Version date=2016/09/27 |
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://sourceforge.net/projects/pgbarman/files/2.0/ |
|Last review by=Genium | |Last review by=Genium | ||
− | |Last review date= | + | |Last review date=2016/09/29 |
|Submitted by=Debian import | |Submitted by=Debian import | ||
|Submitted date=2013-03-20 | |Submitted date=2013-03-20 |
Revision as of 04:11, 29 September 2016
Barman
http://www.pgbarman.org
Backup and Recovery Manager for PostgreSQL
Barman (backup and recovery manager) is an administration tool for disaster recovery of PostgreSQL servers written in Python.
It allows one to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase.
Barman's most wanted features include backup catalogs, retention policies, remote recovery, archiving and compression of WAL files and backups.
Barman is written and maintained by PostgreSQL professionals 2ndQuadrant.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian
Verified on
20 March 2013
Notes
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-
licenses/GPL-3".
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
Support | Bug Tracking | http://sourceforge.net/p/pgbarman/tickets/ |
User | Download | http://sourceforge.net/projects/pgbarman/files/ |
Python (Ref) | https://pypi.org/project/barman | |
Developer | VCS Repository Webview | http://sourceforge.net/p/pgbarman/code/ci/master/tree/ |
Debian (Ref) | https://tracker.debian.org/pkg/barman | |
Ruby (Ref) | https://rubygems.org/gems/barman |
Software prerequisites
Kind | Description |
---|---|
Required to use | rsync >= 3.0.4 |
Required to use | psycopg2 |
Required to use | argh >= 0.21.2 |
Required to use | argcomplete |
Required to use | Python 2.6 or 2.7 |
Required to use | PostgreSQL >= 8.3 |
Required to use | python-dateutil < 2.0 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.