Remove Firefly and Semaphore from homelab
This commit is contained in:
@@ -27,7 +27,6 @@ Do not back up raw live database storage directories as the primary recovery art
|
||||
| Immich | DB dump + file data | `/local/borg-dumps`, `/local/immich/upload`, `/local/immich/external` |
|
||||
| Gitea | file data (SQLite inside `/data`) | `/local/gitea/data` |
|
||||
| Mealie | DB dump + file data | `/local/borg-dumps`, `/local/appdata/mealie/data` |
|
||||
| Firefly | MariaDB dump + uploads | `/local/borg-dumps`, `/local/appdata/firefly/upload` |
|
||||
| Mail-archiver | shared Postgres dump + data protection keys | `/local/borg-dumps`, `/local/appdata/mailarchiver/data-protection-keys` |
|
||||
| Authelia | shared Postgres dump + config + secrets | `/local/borg-dumps`, `/local/appdata/authelia/config`, `/local/secrets` |
|
||||
| Traefik | file data | `/local/appdata/traefik` |
|
||||
@@ -45,7 +44,6 @@ Do not back up raw live database storage directories as the primary recovery art
|
||||
|
||||
- `mailarchiver`
|
||||
- `paperless`
|
||||
- `semaphore`
|
||||
- `authelia`
|
||||
|
||||
### Dedicated PostgreSQL
|
||||
@@ -55,7 +53,6 @@ Do not back up raw live database storage directories as the primary recovery art
|
||||
|
||||
### Other Databases
|
||||
|
||||
- Firefly MariaDB
|
||||
- Komodo MongoDB
|
||||
|
||||
## Explicitly Not Backed Up as Raw Live DB Files
|
||||
@@ -63,7 +60,6 @@ Do not back up raw live database storage directories as the primary recovery art
|
||||
- `/mnt/user/appdata/postgresql17`
|
||||
- `/mnt/user/appdata/mealie/postgres`
|
||||
- `/mnt/user/appdata/immich_postgres`
|
||||
- `/mnt/user/appdata/firefly/db`
|
||||
- `/mnt/user/appdata/komodo/mongo`
|
||||
- `/mnt/user/appdata/redis`
|
||||
- `/mnt/user/appdata/scrutiny/influxdb`
|
||||
@@ -81,10 +77,6 @@ These are not part of the first-class Borg scope:
|
||||
- filebrowser app state
|
||||
- portainer
|
||||
|
||||
## Special Case
|
||||
|
||||
`ops/Semaphore` currently stores app state in named Docker volumes, not host bind mounts. That state is not covered by the current Borg mounts and should be migrated to bind mounts before claiming full Borg coverage for Semaphore.
|
||||
|
||||
## Suggested Retention
|
||||
|
||||
- daily: 7
|
||||
|
||||
Reference in New Issue
Block a user