Add Backupper branding and author

This commit is contained in:
Mikei386
2026-06-14 13:35:36 +02:00
parent 4f76d86b9e
commit 589b37bd96
10 changed files with 27 additions and 15 deletions
+7 -4
View File
@@ -1,14 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "2026.06.14.7">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.8">
<!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 "2abdcf42779c90cc3eb03e84b3e9c51ca1b2f8075353d3d76e0f825234bd534d">
<!ENTITY packageSHA256 "91dbea90a30cd5f9d06646d1a397cad3318afabe0db7480c34f28faa45a14b0c">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues">
<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.8
- Show Michael Roll as the plugin author and add a dedicated Backupper logo.
### 2026.06.14.7
- Add per-job age-based retention and optional daily, weekly, and monthly rotation settings.