What is the problem you are having with rclone?
Hello, I have rclone setup as a plugin so that is exists on my unraid os HOST system. I setup dropbox and everything works as it should. I have a script that runs every time I start my array and that also works.
I have a torrent app that I am trying to have monitor folders so that when a torrent is added from dropbox it will automatically process that torrent file.
I setup a bittorrent client (deluge) to watch /mnt/user/dropbox. When rclone is not setup I can add this folder just fine and can use it within the bittorent client which runs in a docker container. This tells me my docker is properly configured and the issue does not YET exist.
As soon as I then run the "mount script" to get rclone to start using the folder /mnt/user/dropbox. When I go to add this same folder in deluge again (for testing) it states "path does not exist". This path DID exist prior to me using the rclone mount script listed here;
rclone mount dropbox: /mnt/user/dropbox &
I have checked over and over again that my docker file settings are correct and that the paths are right. I can also see the files from within a terminal for the docker. See dropbox is listed when I run the "ls" command;
[root@9fe8fc3582aa /]# ls
bin data etc lib64 proc sbin supervisord.pid usr
boot dev home mnt root shared sys var
config dropbox lib opt run srv tmp version
This tells me that rclone may be changing folder permissions and / or locking files when I run the mount script but this is a bit over my head. Any help is appreciated.
Sidenote:
I have tried using the /mnt/disks/dropbox directory because this is outlined in a rclone setup video by space invader one but this also did not work so I placed if back to where I wanted it to exist (/mnt/user/dropbox).
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: slackware 15.0+ (64 bit)
- os/kernel: 6.1.99-Unraid (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Not Applicable
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
[dropbox]
type = dropbox
token = XXX
A log from the command that you were trying to run with the -vv
flag
Not Applicable