opnsense-ports/databases/pgbarman/files/patch-doc_barman.conf
Franco Fichtner 7f0820cb13 */*: sync with upstream
Taken from: FreeBSD
2024-01-22 09:39:49 +01:00

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