January 14, 20242 yr I managed to get Kopia running via docker (the official one). However, in the template there are no options to mount shares or folders so that I can backup those onto a second Unraid server. Does anyone know the docker variables to mount shares? Edit: Found the solution myself. Went into the docker configuration and added a path, e.g. to backup comics: Name: ComicsRoot Container Path: /shares/ComicsRoot Host Path: /mnt/user/Comics This allows the Kopia docker to access the local share in Unraid. Edited January 14, 20242 yr by Hiko0
February 4, 20251 yr any luck with this? was looking into backing up one unraid server share into another and was liking what I was seeing with kopia but could not get the container to run as expected.
August 12, 2025Aug 12 I know, old topic. But I'm in the same situation.I set up the docker, can also configure a remote repository. But after restarting the docker, it wont start again.If I delete the repository file, I can start it up again.Plan is to use Kopia on unraid to backup to antoher Kopia server.
October 28, 2025Oct 28 On 8/12/2025 at 10:54 AM, wyssli said:I set up the docker, can also configure a remote repository. But after restarting the docker, it wont start again.server start --insecure --address 0.0.0.0:51515 --server-username=XXX --server-password=XXXThe instructions with htpasswd is outdated. Kopia doesn't use the htpasswd file anymore. I used the above "post arguments" (under advanced view) to get Kopia to work. Replace XXX with your chosen username and password. Repo username and password can be same or different. References:https://kopia.io/docs/installation/#docker-imageshttps://www.youtube.com/watch?v=_WFjk4Ak0b0https://github.com/kopia/kopia/issues/880
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.