This is for @saspus
I lost my Unraid cache array, and all my docker and VM’s on it, and my backup share was on cache, so lost backups as well (won’t make that mistake again).
Recreated cache array, reinstalled Duplicacy, this time using your Unraid template, reconfigured B2 storage, and started restore.
I notice in Unraid that there are two appdata folders, one called “duplicacy” and one called “Duplicacy”, this will cause problems.
I notice in your template that the appdata folder is named “Duplicacy”.
I assume this is some kind of Unraid or Docker problem with similar named but different case volume mounts not being the same.
root@Server-1:/mnt/user/appdata# ls -la
total 16
drwxrwxrwx 1 nobody users 36 Jan 6 07:47 .
drwxrwxrwx 1 nobody users 42 Jan 6 07:35 ..
drwxrwxrwx 1 nobody users 116 Jan 6 07:54 Duplicacy
drwxrwxrwx 1 root root 18 Jan 6 07:47 duplicacy
root@Server-1:/mnt/user/appdata/duplicacy# ls -la
total 0
drwxrwxrwx 1 root root 18 Jan 6 07:47 .
drwxrwxrwx 1 nobody users 36 Jan 6 07:47 ..
drwxrwxrwx 1 nobody users 18 Jan 6 07:47 cache
drwxrwxrwx 1 nobody users 88 Jan 6 07:59 logs
root@Server-1:/mnt/user/appdata/Duplicacy# ls -la
total 16
drwxrwxrwx 1 nobody users 116 Jan 6 07:54 .
drwxrwxrwx 1 nobody users 36 Jan 6 07:47 ..
drwx------ 1 nobody users 50 Jan 6 07:47 bin
-rw------- 1 nobody users 1117 Jan 6 07:54 duplicacy.json
-rw------- 1 nobody users 950 Jan 6 07:47 licenses.json
-rw-r--r-- 1 root root 33 Jan 6 07:47 machine-id
-rw-r--r-- 1 nobody users 144 Jan 6 07:47 settings.json
drwx------ 1 nobody users 34 Jan 6 07:47 stats
I am in the middle of a restore, so I don’t want to modify the docker config to use all lowercase and merge the directories yet.