mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/git-backup: small style updates
This commit is contained in:
parent
2b9a5eb002
commit
23bca983e6
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue