diff options
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. |