Complete URBM product rename
This commit is contained in:
@@ -6,10 +6,10 @@ URBM is an independent community plugin and is not affiliated with or endorsed b
|
||||
|
||||
## Architecture
|
||||
|
||||
- `backupperd` is a static Go daemon with a single global task queue and an HTTP API on `/run/backupper/backupper.sock`.
|
||||
- `urbmd` is a static Go daemon with a single global task queue and an HTTP API on `/run/urbm/urbm.sock`.
|
||||
- The Unraid PHP page proxies authenticated WebGUI requests to that Unix socket.
|
||||
- Persistent configuration and AES-256-GCM encrypted secrets live in `/boot/config/plugins/backupper`.
|
||||
- Runtime secrets and transient metadata live below `/run/backupper` and are deleted after each operation.
|
||||
- Persistent configuration and AES-256-GCM encrypted secrets live in `/boot/config/plugins/urbm`.
|
||||
- Runtime secrets and transient metadata live below `/run/urbm` and are deleted after each operation.
|
||||
- Restic 0.19.0 is pinned and checksum-verified by the package build.
|
||||
|
||||
## Development
|
||||
@@ -28,7 +28,7 @@ The package is written to `dist/`. Replace `REPLACE_DURING_RELEASE` in the copie
|
||||
Install the generated manifest URL through Unraid's Plugins page:
|
||||
|
||||
```text
|
||||
https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg
|
||||
https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg
|
||||
```
|
||||
|
||||
Configuration is retained when uninstalling so repositories remain recoverable.
|
||||
|
||||
Reference in New Issue
Block a user