ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

How to use rclone in unRAID Copy sync and encrypt files to the cloud. Even stream media

Автор: Spaceinvader One

Загружено: 2017-03-12

Просмотров: 97489

Описание: 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/...)
Artist: http://audionautix.com/

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How to use rclone in unRAID  Copy sync and encrypt files to the cloud. Even stream media

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]