mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-15 22:20:31 -04:00
sysutils/git-backup: new version
This commit is contained in:
parent
443c7a65bf
commit
7989a4fc8f
2 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= git-backup
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_COMMENT= Track config changes using git
|
||||
PLUGIN_DEPENDS= git
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,15 @@
|
|||
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.
|
||||
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.
|
||||
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.1
|
||||
|
||||
* Add a force-push option (contributed by Hleb Shauchenka)
|
||||
|
||||
1.0
|
||||
|
||||
* Initial release
|
||||
|
|
|
|||
Loading…
Reference in a new issue