Trying to run through docker #121
Replies: 3 comments 6 replies
-
I have lots of questions on the parameters being used to run the docker with an rclone destination. From the instructions, here is the docker command: I understand the UFP_ values - no issue there.
Need some help :-). Thanks! |
Beta Was this translation helpful? Give feedback.
-
Bumping.... beginning to wonder if this project is active. Anyone else using UPB successfully? |
Beta Was this translation helpful? Give feedback.
-
I'm using an lxc as a host and was confused on the rclone test in the readme. As mentioned above, you should only replace the /path/to/rclone.conf with your actually location on the host. In general not familiar with running docker so maybe obvious for most but not for me. Maybe this will help someone struggling to understand exactly what to change in the example given.
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to run UPB through docker with rclone. I have the rclone.conf file created in my home directory but it isn't recognized. I resorted to some of the debug section to test out the consumption of rclone.conf. Here's the command and the output:
Command: docker run
--rm
-v /path/to/rclone.conf:/home/rymiller/rclone.conf
-e RCLONE_CONFIG='/home/rymiller/rclone.conf'
--entrypoint rclone
ghcr.io/ep1cman/unifi-protect-backup
listremotes
Here's the output:
2024/01/09 22:40:18 Failed to load config file "/home/rymiller/rclone.conf": read /home/rymiller/rclone.conf: is a directory
This doesn't make sense because it is not a directory. I changed permissions to be wide open.
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions