Page 2 of 4

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

Posted: 05 Dec 2021, 06:59
by outkastm
up to 1.01.00 (rclone up to 1.57.0)

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

Posted: 04 Jan 2022, 23:36
by outkastm
Added arm version

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

Posted: 05 Jan 2022, 06:48
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 :)

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

Posted: 06 Jan 2022, 03:38
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

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

Posted: 06 Jan 2022, 05:29
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

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

Posted: 28 Mar 2022, 09:07
by outkastm
up to 1.02.00

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

Posted: 21 Apr 2022, 23:49
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

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

Posted: 22 Apr 2022, 21:45
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

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

Posted: 13 May 2022, 07:50
by outkastm
up to 1.03.00

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

Posted: 30 Jul 2022, 05:27
by outkastm
up to 1.04.00 (rclone 1.59.0) and added TOS5 version