aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0533522..0224839 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+drestic (1.4.0) stable; urgency=medium
+
+ * Fixed: Removed invalid --retry-lock flag from restic check command (was causing all weekly checks to fail)
+ * Improved: Weekly integrity checks now use metadata-only strategy (VPS-optimized, ~50MB RAM vs 500MB+)
+ * Added: Comprehensive manual check documentation with resource usage guidelines
+ * Added: Multi-machine check strategy documentation for resource-constrained VPS environments
+ * Improved: Brutalist README - concise and action-oriented documentation
+
+ -- Sam <samsci@posteo.com> Mon, 27 Oct 2025 07:00:00 +1000
drestic (1.2.3) stable; urgency=medium
* Fixed: Replaced unsupported --lock-retry-after and --lock-stale-timeout flags with --retry-lock for restic 0.18.1 compatibility