From 08e16cd8b282f09f97c798f090d28a7c54662734 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Tue, 2 Dec 2014 15:41:14 +0000 Subject: New port: Barman: backup and recovery manager for PostgreSQL. Barman 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 and helps DBAs during the recovery phase. WWW: http://www.pgbarman.org/ --- databases/pgbarman/files/patch-barman_config.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/pgbarman/files/patch-barman_config.py (limited to 'databases/pgbarman/files/patch-barman_config.py') diff --git a/databases/pgbarman/files/patch-barman_config.py b/databases/pgbarman/files/patch-barman_config.py new file mode 100644 index 000000000000..b460dd23ad4c --- /dev/null +++ b/databases/pgbarman/files/patch-barman_config.py @@ -0,0 +1,13 @@ +--- barman/config.py.orig 2014-12-02 14:47:11 UTC ++++ barman/config.py +@@ -341,8 +341,8 @@ class Config(object): + """ + CONFIG_FILES = [ + '~/.barman.conf', +- '/etc/barman.conf', +- '/etc/barman/barman.conf', ++ '%%PREFIX%%/etc/barman.conf', ++ '%%PREFIX%%/etc/barman/barman.conf', + ] + + _QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""") -- cgit v1.2.3