Clarify existing repository errors

This commit is contained in:
Mikei386
2026-06-14 22:08:28 +02:00
parent 13baf0d22d
commit 5da077cdf7
9 changed files with 52 additions and 16 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.6">
<!ENTITY version "2026.06.14.9.7">
<!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 "REPLACE_DURING_RELEASE">
]>
<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.7
- Explain already initialized repositories and incorrect or damaged Restic keys with actionable errors.
- Strengthen the Initialize confirmation for existing repository destinations.
### 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.