[ rClonePlexDrive ] rsync for Cloud Storage + Plex Drive mount CLI

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [ rClonePlexDrive ][ 1.01.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by outkastm »

up to 1.01.00 (rclone up to 1.57.0)
User avatar
Pavulon
Posts: 16
Joined: 28 Oct 2021, 04:58

Re: [ rClonePlexDrive ][ 1.01.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by Pavulon »

outkastm wrote: 04 Jan 2022, 23:36 Added arm version
Just tested and it works great :)

Many thanks for this arm version 8-)

Is there any way to access SSH directly from NAS? ( not using putty)

Best wishes :)
F2-210
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [ rClonePlexDrive ][ 1.01.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by outkastm »

i'm not aware of any option to run a terminal directly from TOS.
But i will make soon available the app shellinabox, and you can run the terminal from any Web browser

viewtopic.php?f=37&t=2831&sid=fde68197c ... 4e87fcd84d
User avatar
Pavulon
Posts: 16
Joined: 28 Oct 2021, 04:58

Re: [ rClonePlexDrive ][ 1.01.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by Pavulon »

outkastm wrote: 06 Jan 2022, 03:38 i'm not aware of any option to run a terminal directly from TOS.
But i will make soon available the app shellinabox, and you can run the terminal from any Web browser

viewtopic.php?f=37&t=2831&sid=fde68197c ... 4e87fcd84d
Great to hear :)

In that case I will have to wait :D

Thank you
F2-210
unixtall
Posts: 56
Joined: 31 Dec 2019, 19:02

Re: [ rClonePlexDrive ][ 1.02.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by unixtall »

Could you put a tutorial to configure the folder and start synchronize de google drive? i have just only get created rclone.conf. What have i to do more?

Thanks
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [ rClonePlexDrive ][ 1.02.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by outkastm »

there is already a complete tutorial on rclone website explaining how to connect the google drive
https://rclone.org/drive

make sure you always specify the complete path of rclone binary and the location of the config file.

See below an example

Code: Select all

[root@TNAS-xxxx ~]# RCLONE=/usr/local/bin/rclone
[root@TNAS-xxxx ~]# CONFIG=/mnt/appdata/MOD_CONFIG/rClonePlexDrive/rclone/rclone.conf
#to initially create the config or adding providers, run below 
#select [b]n[/b] for new remote and then [b]17[/b] for google drive
[root@TNAS-xxxx ~]# $RCLONE config --config=$CONFIG
Then to list the directory on the top level

Code: Select all

[root@TNAS-xxxx ~]# $RCLONE --config=$CONFIG lsd remote:
To copy a local directory to a drive directory called backup

Code: Select all

[root@TNAS-xxxx ~]# $RCLONE --config=$CONFIG copy /home/source remote:backup
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [ rClonePlexDrive ][ 1.04.00 ] rsync for Cloud Storage + Plex Drive mount CLI

Post by outkastm »

up to 1.04.00 (rclone 1.59.0) and added TOS5 version
Post Reply