sysutils/nextcloud-backup: changelog and version

This commit is contained in:
Franco Fichtner 2026-03-03 13:38:39 +01:00
parent c4758d3525
commit 7baf70309f
2 changed files with 9 additions and 1 deletions

View file

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

View file

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