File: control

package info (click to toggle)
barman-cli 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • sloc: python: 292; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: barman-cli
Section: database
Priority: extra
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Marco Nenciarini <mnencia@debian.org>
Build-Depends: debhelper (>= 7), python, python-setuptools (>= 0.6b3~), dh-python
Standards-Version: 3.9.8.0
Homepage: http://www.pgbarman.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/barman-cli.git
Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/barman-cli.git

Package: barman-cli
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, rsync (>= 3.0.4~)
Recommends: openssh-client
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organisation to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant.