sysutils/git-backup: new version

This commit is contained in:
Franco Fichtner 2025-10-21 14:54:32 +02:00
parent 443c7a65bf
commit 7989a4fc8f
2 changed files with 14 additions and 3 deletions

View file

@ -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

View file

@ -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