Add friendly backup schedule controls

This commit is contained in:
Mikei386
2026-06-14 13:39:19 +02:00
parent 589b37bd96
commit b7fe6ac86f
8 changed files with 69 additions and 14 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.8">
<!ENTITY version "2026.06.14.9">
<!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
- Replace the job cron input with daily, weekday, selected-day, and time controls.
### 2026.06.14.8
- Show Michael Roll as the plugin author and add a dedicated Backupper logo.