Add emergency repository unlock

This commit is contained in:
Mikei386
2026-06-21 13:59:10 +02:00
parent 84df215ad0
commit 92ba5ce05f
11 changed files with 68 additions and 9 deletions
+6 -1
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r023">
<!ENTITY version "2026.06.21.r001">
<!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.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.
- Clarify unlock tooltips and warnings for repositories shared with other URBM or Restic clients.
### 2026.06.15.r023
- Add a per-job Restic file read concurrency setting for faster backups from SSD and NVMe sources.
- Keep zero as the backward-compatible Restic default and validate custom values from 1 through 64.