Complete URBM product rename

This commit is contained in:
Mikei386
2026-06-14 23:12:39 +02:00
parent 145e04153e
commit 4e9b6a10f3
35 changed files with 253 additions and 181 deletions
-1
View File
@@ -1 +0,0 @@
36a28159888f68f530ff3ace024e0adcdd0f0673ca89d4a5d4aaa6123cf4efc0 backupper-2026.06.14.r001-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
2e3d1f9dce5858970b5076bc9c2508da447ef306137a2c1ef9f4de6961caeda3 urbm-2026.06.14.r002-x86_64-1.txz
+18 -14
View File
@@ -1,14 +1,18 @@
<?xml version="1.0"?>
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.r001">
<!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 "36a28159888f68f530ff3ace024e0adcdd0f0673ca89d4a5d4aaa6123cf4efc0">
<!ENTITY version "2026.06.14.r002">
<!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 "2e3d1f9dce5858970b5076bc9c2508da447ef306137a2c1ef9f4de6961caeda3">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues" icon="backupper.png">
<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.06.14.r002
- Complete the product rename to URBM across the plugin ID, package, daemon, WebGUI, runtime paths, configuration paths, notifications, and Restic tags.
- Migrate existing configuration, run history, and encrypted secrets into the new URBM configuration directory.
### 2026.06.14.r001
- Switch to a zero-padded release identifier that remains sortable by Unraid's lexical version comparison.
- Add the complete German WebGUI translation from the superseded 2026.06.14.9.13 build.
@@ -62,7 +66,7 @@
- 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.
- Show Michael Roll as the plugin author and add a dedicated URBM logo.
### 2026.06.14.7
- Add per-job age-based retention and optional daily, weekly, and monthly rotation settings.
@@ -111,36 +115,36 @@
- Add delayed German tooltips with examples throughout the WebGUI.
### 0.1.4
- Add Backupper as a first-class top navigation tab.
- Add URBM as a first-class top navigation tab.
- Use native Unraid theme colors for reliable contrast.
### 0.1.3
- Restore the Backupper entry directly under the Unraid Tools menu.
- Restore the URBM entry directly under the Unraid Tools menu.
### 0.1.2
- Improve readability and contrast in Unraid light and dark themes.
### 0.1.1
- Show Backupper under Tools / Utilities in the Unraid WebGUI.
- Show URBM under Tools / Utilities in the Unraid WebGUI.
### 0.1.0
- Initial MVP release.
</CHANGES>
<FILE Name="/boot/config/plugins/&name;/backupper-&version;-x86_64-1.txz" Run="upgradepkg --install-new">
<FILE Name="/boot/config/plugins/&name;/urbm-&version;-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>&packageURL;</URL>
<SHA256>&packageSHA256;</SHA256>
</FILE>
<FILE Run="/bin/bash">
<INLINE>
chmod 0700 /boot/config/plugins/&name;
/etc/rc.d/rc.backupper restart
/etc/rc.d/rc.urbm restart
</INLINE>
</FILE>
<FILE Run="/bin/bash" Method="remove">
<INLINE>
/etc/rc.d/rc.backupper stop || true
/etc/rc.d/rc.urbm stop || true
removepkg &name;
rm -rf /usr/local/emhttp/plugins/&name; /usr/local/libexec/&name; /usr/local/sbin/backupperd /etc/rc.d/rc.backupper /run/backupper /var/lib/backupper
rm -rf /usr/local/emhttp/plugins/&name; /usr/local/libexec/&name; /usr/local/sbin/urbmd /etc/rc.d/rc.urbm /run/urbm /var/lib/urbm
</INLINE>
</FILE>
</PLUGIN>