Folder structure help with rclone


Recommended Posts

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 by bobvilla
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.