May 17, 20197 yr I have had Unraid for a few years now but I have always had trouble understanding the folder structure and how to set up plugins and dockers. I am almost finished setting up rclone with Backblaze B2. I have my account synced OK, (I spent weeks with Google Cloud and had to give up). The rclone instructions state this FROM B2 documentation HERE: Sync /home/local/directory to the remote bucket, deleting any excess files in the bucket. rclone sync /home/local/directory remote:bucket On my terminal, what do I type in to point rclone to my data? I have setup my remote:bucket to remote:MYBUCKETNAME but to be clear I am pasting their code. This is what is in my mount script #!/bin/bash #---------------------------------------------------------------------------- mkdir -p /media/mnt/user0/HomeMedia/ rclone mount --max-read-ahead 1024k --allow-other google: /media/mnt/user0/HomeMedia/ My data I want to upload is in another folder but for right now I don't know what to put in the rclone config. The location of my data is: /media/mnt/user0/HomeMedia/ How far off am I? Edited May 17, 20197 yr by bobvilla
May 17, 20197 yr Community Expert You can go directly to the correct support thread for any of your dockers by clicking on its icon in the Unraid webUI and selecting Support.
Archived
This topic is now archived and is closed to further replies.