summaryrefslogtreecommitdiff
path: root/databases/pgbarman/files/patch-doc_barman.conf
blob: bc97a103b353ee371448694efd777a57d6f6e524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- doc/barman.conf.orig	2016-09-23 12:56:55 UTC
+++ doc/barman.conf
@@ -8,11 +8,11 @@
 barman_user = barman
 
 ; Directory of configuration files. Place your sections in separate files with .conf extension
-; For example place the 'main' server section in /etc/barman.d/main.conf
-configuration_files_directory = /etc/barman.d
+; For example place the 'main' server section in %%PREFIX%%/etc/barman.d/main.conf
+configuration_files_directory = %%PREFIX%%/etc/barman.d
 
 ; Main directory
-barman_home = /var/lib/barman
+barman_home = /var/barman
 
 ; Locks directory - default: %(barman_home)s
 ;barman_lock_directory = /var/run/barman