summaryrefslogtreecommitdiff
path: root/system/barman/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-27 22:59:05 +0700
committerErik Hanson <erik@slackbuilds.org>2014-01-29 23:21:17 -0600
commit238f0796c46ca125500f438ac4e4bcbb54a02219 (patch)
treedeee16983a32b0c61fecdcf70909a42d4b9ca0d6 /system/barman/README
parentfdf7b09e8c70ee266fc9f7233e2300ff19abad3a (diff)
downloadslackbuilds-238f0796c46ca125500f438ac4e4bcbb54a02219.tar.gz
system/barman: Added (Backup and Recovery Manager for PostgreSQL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/barman/README')
-rw-r--r--system/barman/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/barman/README b/system/barman/README
new file mode 100644
index 0000000000..a10da6e421
--- /dev/null
+++ b/system/barman/README
@@ -0,0 +1,11 @@
+Backup and Recovery Manager for PostgreSQL Tutorial.
+
+Barman (backup and recovery manager) is an administration tool for
+disaster recovery of PostgreSQL servers written in Python. Barman can
+perform remote backups of multiple servers in business critical
+environments, and helps DBAs during the recovery phase.
+
+Barman's most wanted features include: backup catalogues, retention
+policies, remote recovery, archiving and compression of WAL files and
+of backups. Barman is written and maintained by PostgreSQL
+professionals 2ndQuadrant.