How to use rclone in unRAID Copy sync and encrypt files to the cloud. Even stream media
This Video is a tutorial on how to setup Rclone on unRAID. You will see how to install it then connect to 3 different cloud storage providers. Amazon, dropbox and google drive. You will see how to encrypt and decrypt files in the cloud. You will see how to connect a docker container to rclone and even stream and encrypted media file to emby or plex.
You will then see how to make the rclone mount into a network share. Finally you will see howto easily sync a folder to the cloud.
Please, if you can, support the channel and donate. https://goo.gl/dw6MLW
rclone website http://rclone.org
Mount script i used in the video
#!/bin/bash
#----------------------------------------------------------------------------
#first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access
#there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure
#you only need as many as what you need to mount for dockers or a network share
mkdir -p /mnt/disks/amazon
mkdir -p /mnt/disks/dropbox
mkdir -p /mnt/disks/google
mkdir -p /mnt/disks/secure
#This section mounts the various cloud storage into the folders that were created above.
rclone mount --max-read-ahead 1024k --allow-other amazon: /mnt/disks/amazon &
rclone mount --max-read-ahead 1024k --allow-other dropbox: /mnt/disks/dropbox &
rclone mount --max-read-ahead 1024k --allow-other google: /mnt/disks/google &
rclone mount --max-read-ahead 1024k --allow-other secure: /mnt/disks/secure &
unmount script i used in the video
#!/bin/bash
#----------------------------------------------------------------------------
fusermount -u /mnt/disks/amazon
fusermount -u /mnt/disks/dropbox
fusermount -u /mnt/disks/google
fusermount -u /mnt/disks/secure
share script for smb config extra file.
[secure-cloud]
path = /mnt/disks/secure
comment =
browseable = yes
# Public
public = yes
writeable = yes
vfs objects =
Thanks to
The Limetech team for unRAID
Music
Rhastafarian by Audionautix is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/by/4.0/)
Artist: http://audionautix.com/