Difference between revisions of "Barman"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Python and Ruby link)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=
 
 
|Name=Barman
 
|Name=Barman
|Submitted date=2013-03-20
 
 
|Short description=Backup and Recovery Manager for PostgreSQL
 
|Short description=Backup and Recovery Manager for PostgreSQL
|VCS checkout command=
+
|Full description='''Barman''' (backup and recovery manager) is an administration tool for disaster recovery of [[PostgreSQL]] servers written in Python.
|Full description=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
+
It allows one to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase.
business critical environments and help DBAs during the recovery
 
phase.
 
  
Barman's most wanted features include backup catalogs, retention
+
Barman's most wanted features include backup catalogs, retention policies, remote recovery, archiving and compression of WAL files and backups.
policies, remote recovery, archiving and compression of WAL files
 
and backups.
 
  
Barman is written and maintained by PostgreSQL professionals
+
Barman is written and maintained by PostgreSQL professionals 2ndQuadrant.
2ndQuadrant.
 
|Component programs=
 
 
|Homepage URL=http://www.pgbarman.org
 
|Homepage URL=http://www.pgbarman.org
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.code.sf.net/p/pgbarman/code
 +
|Documentation note=Documentation available at http://www.pgbarman.org/documentation/
 +
|Decommissioned/Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|IRC help=irc://irc.freenode.net/barman
 +
|Version identifier=2.0
 +
|Version date=2016/09/27
 +
|Version status=stable
 +
|Version download=https://sourceforge.net/projects/pgbarman/files/2.0/
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/16
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/barman
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2011-2012 2ndQuadrant Italia (Devise.IT S.r.l.) <info@2ndquadrant.it>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2011-2012 2ndQuadrant Italia (Devise.IT S.r.l.) <info@2ndquadrant.it>
 
 
|License=GPLv3orlater
 
 
|License note=License: GPL-3.0+
 
|License note=License: GPL-3.0+
  
Line 57: Line 52:
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2011 Marco Nenciarini <mnencia@debian.org>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2011 Marco Nenciarini <mnencia@debian.org>
 
 
|License=GPLv3orlater
 
 
|License note=License: GPL-3.0+
 
|License note=License: GPL-3.0+
  
Line 83: Line 77:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource URL=http://www.pgbarman.org
+
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/barman
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/barman
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/barman
 +
}}
 +
{{Resource
 +
|Resource audience=Support
 +
|Resource kind=Bug Tracking
 +
|Resource URL=http://sourceforge.net/p/pgbarman/tickets/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://sourceforge.net/p/pgbarman/code/ci/master/tree/
 +
}}
 +
{{Resource
 +
|Resource audience=User
 
|Resource kind=Download
 
|Resource kind=Download
 +
|Resource URL=http://sourceforge.net/projects/pgbarman/files/
 +
}}
 +
{{Software category
 +
|System-administration=backup
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=Python 2.6 or 2.7
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=argcomplete
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=argh >= 0.21.2
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=psycopg2
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-dateutil < 2.0
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[PostgreSQL]] >= 8.3
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=rsync >= 3.0.4
 +
}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/barman
 
}}
 
}}

Latest revision as of 11:51, 16 April 2018


[edit]

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

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

AudienceResource typeURI
SupportBug Trackinghttp://sourceforge.net/p/pgbarman/tickets/
UserDownloadhttp://sourceforge.net/projects/pgbarman/files/
Python (Ref)https://pypi.org/project/barman
DeveloperVCS Repository Webviewhttp://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

KindDescription
Required to usersync >= 3.0.4
Required to usepsycopg2
Required to useargh >= 0.21.2
Required to useargcomplete
Required to usePython 2.6 or 2.7
Required to usePostgreSQL >= 8.3
Required to usepython-dateutil < 2.0




Entry










"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




















Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/barman

[[Category:]]



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.