Hide and automate secret identifiers

This commit is contained in:
Mikei386
2026-06-14 21:56:41 +02:00
parent 3e3c63070e
commit 13baf0d22d
7 changed files with 26 additions and 19 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.5">
<!ENTITY version "2026.06.14.9.6">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "587fc8645d2a5271c4d40105e7209cda16636afd9be2613f83eb92c9208ad8b5">
<!ENTITY packageSHA256 "6438688ae2884c69f23c7e2ec11eb7bab95d138b6f7d25c3c0335a6e319470a0">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues" icon="backupper.png">
<CHANGES>
### 2026.06.14.9.6
- Hide technical secret IDs and manage them automatically for repositories, SMB, SFTP, and Gotify.
- Require a Restic password when creating a new repository while preserving existing secrets during edits.
### 2026.06.14.9.5
- Add live backup progress with percentage, file and byte counters, transfer rate, ETA, and current file.
- Add a sanitized in-memory live log for backup, restore, check, and prune activities.