forked from Lainports/opnsense-ports
17 lines
658 B
Text
17 lines
658 B
Text
--- doc/barman.conf.orig 2023-10-03 12:56:33 UTC
|
|
+++ doc/barman.conf
|
|
@@ -8,11 +8,11 @@ barman_user = barman
|
|
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
|