From 7baf70309ffec0347e84b1b0d8399788003246cf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 3 Mar 2026 13:38:39 +0100 Subject: [PATCH] sysutils/nextcloud-backup: changelog and version --- sysutils/nextcloud-backup/Makefile | 2 +- sysutils/nextcloud-backup/pkg-descr | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sysutils/nextcloud-backup/Makefile b/sysutils/nextcloud-backup/Makefile index 6ec93c476..6ac87d90b 100644 --- a/sysutils/nextcloud-backup/Makefile +++ b/sysutils/nextcloud-backup/Makefile @@ -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" diff --git a/sysutils/nextcloud-backup/pkg-descr b/sysutils/nextcloud-backup/pkg-descr index 7a9684694..42db2aed4 100644 --- a/sysutils/nextcloud-backup/pkg-descr +++ b/sysutils/nextcloud-backup/pkg-descr @@ -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)