[ 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
eulero
Posts: 40
Joined: 29 Nov 2020, 03:10

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

Post by eulero »

Ciao Outkastm
Unable to enable it on TOS5 last release also after reboot.
Eulero
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

{L_BUTTON_AT}eulero

this app is ment to be used normally in CLI (command line interface)
I've added in the latest version the experimental GUI.

But you still have to setup the config file using SSH, or copy it from another PC (if you already have rclone running somewhere)
User avatar
eulero
Posts: 40
Joined: 29 Nov 2020, 03:10

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

Post by eulero »

I have done the configuration but nothing, the service doesn't start
Thanks
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

Have you installed the latest app version ?
What message do you see when access http(s)://yournasip:port/rClonePlexDrive

Image
User avatar
eulero
Posts: 40
Joined: 29 Nov 2020, 03:10

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

Post by eulero »

Ciao,
as you can see I cannot enable the service neither after I have configured rclone.
terramaster.jpg
Thanks for your support
Eulero
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

Try to access the WebUI page at http(s)://yournasip:port/rClonePlexDrive and send the snapshoot. Also try to start the app from menu Application Control >> Start module
User avatar
eulero
Posts: 40
Joined: 29 Nov 2020, 03:10

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

Post by eulero »

Here the snapshot:
snapshot.jpg
Tried to start the app from menu Application Control >> Start module ... nothing
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

it seems the start script fail to detect your Volume to start correctly
Could you run this command in ssh and tell me the result, also how many Volumes are available on your NAS ?

Code: Select all

DEV=$(df-json | grep /home | awk '{print $1}') && mount | grep $DEV | grep /Volume | awk '{print $3}'
Post Reply