From f97e41e815e4b03acb8560e362c656c2418bb7d0 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Sun, 24 Jan 2021 11:59:54 -0500 Subject: [PATCH] fix missing admingroup entry in manpage --- man/backupninja.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/backupninja.conf.5 b/man/backupninja.conf.5 index b4f5602..467cd1e 100644 --- a/man/backupninja.conf.5 +++ b/man/backupninja.conf.5 @@ -66,6 +66,10 @@ The path of the logfile. .B configdirectory 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 .B scriptdirectory Where backupninja handler scripts are found @@ -117,6 +121,8 @@ logfile = /var/log/backupninja.log .br configdirectory = /etc/backup.d .br +admingroup = root +.br scriptdirectory = /usr/share/backupninja .br usecolors = yes -- GitLab