Docker setup issues #381
-
I've got the latest version of Backrest running inside docker. When I go to create a plan I cannot select the path I want to backup. It will show me most of the paths on the server but I'd like to backup /home/MYUSER/docker. If I manually type it in I get an error saying its not a file or directory as well. If I try to just select /home it will run the backup but there is nothing in it. Not sure what I'm doing wrong here. Any help would be appreciated. I've attached my docker compose file as well.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's because you're mapping your local volume of /home/MYUSER/docker to /userdata so the actual path you want to select in your plan is /userdata/home/MYUSER/docker |
Beta Was this translation helpful? Give feedback.
That's because you're mapping your local volume of /home/MYUSER/docker to /userdata so the actual path you want to select in your plan is /userdata/home/MYUSER/docker