summaryrefslogtreecommitdiff
path: root/databases/pgbarman/files/patch-doc_barman.5
blob: 2f48ff3e4a42335ff0aef46726a50aaf639d0084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--- doc/barman.5.orig	2014-08-18 10:29:45 UTC
+++ doc/barman.5
@@ -37,7 +37,7 @@ The system\-level Barman configuration f
 .RS 4
 .\}
 .nf
-/etc/barman\&.conf
+/usr/local/etc/barman\&.conf
 .fi
 .if n \{\
 .RE
@@ -49,7 +49,7 @@ or
 .RS 4
 .\}
 .nf
-/etc/barman/barman\&.conf
+/usr/local/etc/barman/barman\&.conf
 .fi
 .if n \{\
 .RE
@@ -71,7 +71,7 @@ $HOME/\&.barman\&.conf
 The Barman configuration file is a plain ini file\&. There is a general section called [barman] and a section [servername] for each server you want to backup\&. Rows starting with ; are comments\&.
 .SH "CONFIGURATION FILE DIRECTORY"
 .sp
-Barman supports the inclusion of multiple configuration files, through the configuration_files_directory option\&. Included files must contain only server specifications, not global configurations\&. If the value of configuration_files_directory is a directory, Barman reads all files with \&.conf extension that exist in that folder\&. For example, if you set it to /etc/barman\&.d, you can specify your PostgreSQL servers placing each section in a separate \&.conf file inside the /etc/barman\&.d folder\&.
+Barman supports the inclusion of multiple configuration files, through the configuration_files_directory option\&. Included files must contain only server specifications, not global configurations\&. If the value of configuration_files_directory is a directory, Barman reads all files with \&.conf extension that exist in that folder\&. For example, if you set it to /usr/local/etc/barman\&.d, you can specify your PostgreSQL servers placing each section in a separate \&.conf file inside the /usr/local/etc/barman\&.d folder\&.
 .SH "OPTIONS"
 .PP
 \fBactive\fR
@@ -322,7 +322,7 @@ Example of the configuration file:
 .nf
 [barman]
 ; Main directory
-barman_home = /var/lib/barman
+barman_home = /var/barman
 
 ; System user
 barman_user = barman
@@ -339,10 +339,10 @@ log_file = /var/log/barman/barman\&.log
 description =  "Main PostgreSQL Database"
 
 ; SSH options
-ssh_command = ssh postgres@pg
+ssh_command = ssh pgsql@pg
 
 ; PostgreSQL connection string
-conninfo = host=pg user=postgres
+conninfo = host=pg user=pgsql dbname=postgres
 
 ; Minimum number of required backups (redundancy)
 minimum_redundancy = 1