Hi,
I have recently set up unraid server and transferred 20 docker containers to it.
I am trying to schedule an rclone sync using user scripts. However, I am unsure how to run the command.
I can run rclone (or any other container) commands by using the specific container's console from the docker tab.
However, if I am trying to access rclone or /usr/bin/rclone from the terminal, or within a user script, I get "-bash: rclone: command not found''.
So, how do I go about this?
Thanks