Unify directory trees and preload snapshots

This commit is contained in:
Mikei386
2026-06-21 14:09:34 +02:00
parent 92ba5ce05f
commit f3f846bdfa
10 changed files with 145 additions and 85 deletions
+6 -1
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r001">
<!ENTITY version "2026.06.21.r002">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "REPLACE_DURING_RELEASE">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.21.r002
- Reuse the expandable folder tree for local repository folders, Rsync targets, restore targets, and directory settings.
- Preload complete snapshot file listings once and browse them locally in an expandable restore tree.
- Remove the previous snapshot browser truncation and extend the snapshot listing timeout for large backups.
### 2026.06.21.r001
- Add a separate emergency repository unlock action that invokes Restic unlock with --remove-all after a strong confirmation.
- Keep the normal unlock action safe by removing only stale locks that Restic considers safe to clear.