Skip to content
Snippets Groups Projects
Commit f97e41e8 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

fix missing admingroup entry in manpage

parent e1748c98
Branches
Tags
No related merge requests found
...@@ -66,6 +66,10 @@ The path of the logfile. ...@@ -66,6 +66,10 @@ The path of the logfile.
.B configdirectory .B configdirectory
The directory where all the backup action configuration files live. The directory where all the backup action configuration files live.
.TP
.B admingroup
Administration user group that is allowed to read/write configuration files in \fBconfigdirectory\fB.
.TP .TP
.B scriptdirectory .B scriptdirectory
Where backupninja handler scripts are found Where backupninja handler scripts are found
...@@ -117,6 +121,8 @@ logfile = /var/log/backupninja.log ...@@ -117,6 +121,8 @@ logfile = /var/log/backupninja.log
.br .br
configdirectory = /etc/backup.d configdirectory = /etc/backup.d
.br .br
admingroup = root
.br
scriptdirectory = /usr/share/backupninja scriptdirectory = /usr/share/backupninja
.br .br
usecolors = yes usecolors = yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment