Release URBM 2026.06.15.r008

This commit is contained in:
Mikei386
2026-06-15 07:17:37 +02:00
parent b0fa11a40a
commit 5e68a50373
13 changed files with 143 additions and 14 deletions
+6 -1
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r007">
<!ENTITY version "2026.06.15.r008">
<!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.15.r008
- Replace backup-run history graphs with actual per-repository Restic statistics.
- Show deduplicated stored repository data and the total files referenced by all snapshots.
- Load repository statistics separately from the two-second activity refresh to avoid repeated expensive scans.
### 2026.06.15.r007
- Add an optional raw USB flash image to flash backup jobs while retaining the normal browsable /boot backup.
- Stream the physical boot device directly into Restic as urbm-usb-flash.img without a temporary full-size image file.