Stream snapshot file listings
This commit is contained in:
+6
-1
@@ -2,13 +2,18 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "urbm">
|
||||
<!ENTITY author "Michael Roll">
|
||||
<!ENTITY version "2026.07.10.r002">
|
||||
<!ENTITY version "2026.07.10.r003">
|
||||
<!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.07.10.r003
|
||||
- Stream Restic snapshot file listings instead of buffering the full `restic ls --json` output in memory.
|
||||
- Extend snapshot file-listing timeouts across the daemon and PHP bridge to reduce generic 500 errors on large snapshots.
|
||||
- Return a clearer timeout error when Restic snapshot listing exceeds the daemon limit.
|
||||
|
||||
### 2026.07.10.r002
|
||||
- Include retention results in backup notifications after Restic forget runs, including removed and remaining snapshot counts when available.
|
||||
- Include repository size before, after, and freed space in prune notifications when Restic statistics are available.
|
||||
|
||||
Reference in New Issue
Block a user