sysutils/git-backup: small style updates

This commit is contained in:
Franco Fichtner 2020-10-06 10:38:19 +02:00
parent 2b9a5eb002
commit 23bca983e6
3 changed files with 4 additions and 3 deletions

View file

@ -89,7 +89,7 @@ sysutils/api-backup -- Provide the functionality to download the config.xml
sysutils/apuled -- PC Engine APU LED control (development only)
sysutils/boot-delay -- Apply a persistent 10 second boot delay
sysutils/dmidecode -- Display hardware information on the dashboard
sysutils/git-backup -- Track config changes using git
sysutils/git-backup -- Track config changes using git (development only)
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
sysutils/mail-backup -- Send configuration file backup by e-mail
sysutils/munin-node -- Munin monitorin agent

View file

@ -2,5 +2,6 @@ PLUGIN_NAME= git-backup
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= Track config changes using git
PLUGIN_MAINTAINER= ad@opnsense.org
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"
.include "../../Mk/plugins.mk"

View file

@ -1,3 +1,3 @@
This package adds a backup option using git version control.
This package adds a backup option using git version control.
Due to the sensitive nature of the data being send to the backup, we strongly advise to not use a public service to send backups to.