From ff9d6fbabc8941b167678cb594005a4122bf023b Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 4 Sep 2024 13:18:02 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a3b9e00..9ce0c0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ - Optional time server update to make sure we don't drift before doing retention operations - Operation planifier allows to create scheduled tasks for operations - Implemented repo quick check / full check / repair index / repair snapshots / unlock / forget / prune / dump / stats commands + - Implemented new housekeeping command which is a shorthand for check, forget and prune commands - Added per repo permission management - Repos now have backup, restore and full privileges, optionally allowing to restrict access for end users - Added snapshot tag to snapshot list on main window @@ -34,6 +35,7 @@ - Refactored GUI and overall UX of configuration - New option --show-config to show inheritance in CLI mode (GUI has visual indicators) - Allow using external restic binary via --external-backend-binary parameter in CLI mode + - Implemented stdin_from_command backup process which can now get exit codes of programs which output is backed up (ex: mysqldump) - GUI: Restore window is now faster - Prometheus metrics: - Metrics are now created for all types of operation