- use a separate _barman:_barman user/group - use /var/db/barman as the default datadir, setting appropriate permissions (ie _barman:_barman / 750) - make ${SYSCONFDIR}/barman.conf root:_barman & mode 640 - add README teaching how to configure _barman's crontab Join work with Jean Gerard Pailloncy, tweaks & ok ajacoutot@
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
$OpenBSD: patch-doc_barman_conf,v 1.1 2013/08/26 09:37:52 landry Exp $
|
|
--- doc/barman.conf.orig Tue Aug 20 16:34:28 2013
|
|
+++ doc/barman.conf Tue Aug 20 16:35:30 2013
|
|
@@ -5,10 +5,10 @@
|
|
|
|
[barman]
|
|
; Main directory
|
|
-barman_home = /var/lib/barman
|
|
+barman_home = /var/db/barman
|
|
|
|
; System user
|
|
-barman_user = barman
|
|
+barman_user = _barman
|
|
|
|
; Log location
|
|
log_file = /var/log/barman/barman.log
|