mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-16 21:33:20 -05:00
o add missing dependancy in Makefile o add branch in Model o implement backup() method, which is responsible for setting up a git repo and pushing it upstream. The actual "git add+commit" is a responsibility of the syshook config event (todo) sponsored by : Modirum (https://www.modirum.com/)
8 lines
198 B
Makefile
8 lines
198 B
Makefile
PLUGIN_NAME= git-backup
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= Track config changes using git
|
|
PLUGIN_DEPENDS= git
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|