diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-27 22:59:05 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:17 -0600 |
commit | 238f0796c46ca125500f438ac4e4bcbb54a02219 (patch) | |
tree | deee16983a32b0c61fecdcf70909a42d4b9ca0d6 /system/barman/README | |
parent | fdf7b09e8c70ee266fc9f7233e2300ff19abad3a (diff) | |
download | slackbuilds-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/README | 11 |
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. |