24 lines
676 B
Text
24 lines
676 B
Text
|
--- doc/barman.conf.orig Fri Sep 23 14:56:55 2016
|
||
|
+++ doc/barman.conf Fri Dec 9 19:57:53 2016
|
||
|
@@ -5,17 +5,17 @@
|
||
|
|
||
|
[barman]
|
||
|
; System user
|
||
|
-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
|
||
|
|
||
|
; Main directory
|
||
|
-barman_home = /var/lib/barman
|
||
|
+barman_home = /var/db/barman
|
||
|
|
||
|
; Locks directory - default: %(barman_home)s
|
||
|
-;barman_lock_directory = /var/run/barman
|
||
|
+;barman_lock_directory = /var/spool/barman
|
||
|
|
||
|
; Log location
|
||
|
log_file = /var/log/barman/barman.log
|