mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/nextcloud-backup: changelog and version
This commit is contained in:
parent
c4758d3525
commit
7baf70309f
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= nextcloud-backup
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_COMMENT= Track config changes using NextCloud
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ strongly advise to not use a public service to send backups to.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.2
|
||||
|
||||
* Add option to upload to one file each day instead of syncing the contents of /conf/backup
|
||||
* Add support for having backing up to a subdirectory instead of the root backup dir
|
||||
* Skip non-files when enumerating local entries to backup
|
||||
* Only back up when local file is newer than remote
|
||||
* Switch to UpdateOnlyTextField from TextField
|
||||
|
||||
1.1
|
||||
|
||||
* Back up the content of /conf/backup (contributed by Daniel Lysfjor)
|
||||
|
|
|
|||
Loading…
Reference in a new issue