Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] rclone

Featured Replies

may i know how to close r-clone for update? 

I did ping 1.1.1.1 and 8.8.8.8 it looks alright?

 

  • Replies 1.1k
  • Views 337.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I also didn't realize rclone was included in Unraid! I appreciate your work on the plugin @Waseh I got it working without the plugin by doing the following. From the Unraid command prompt I ran rclo

  • Hey guys Sorry for the lack of updates in a (long) while ? Real life has been taking up a lot of time and my own install of rclone has been sufficient for my needs. However both the stable branch

  • SpaceInvaderOne
    SpaceInvaderOne

    Hi guys Heres a tutorial on how to setup the excellent Rclone plugin on unRAID. You will see how to install it then connect to 3 different cloud storage providers. Amazon, dropbox and google driv

Posted Images

  • Author

I only asked you to do the ping because your post originally contained the no internet error that you removed in your edit 😛

 

Google how to kill a proces in Linux - look for rcloneorig when you call ps -A to find the pid

 

Be aware that if you kill the proces you might screw something up if say you have a rclone remote mounted and don't close it gracefully 

Edited by Waseh

19 minutes ago, Waseh said:

I only asked you to do the ping because your post originally contained the no internet error that you removed in your edit 😛

 

Google how to kill a proces in Linux - look for rcloneorig when you call ps -A to find the pid

 

Be aware that if you kill the proces you might screw something up if say you have a rclone remote mounted and don't close it gracefully 

Thanks!

I saw there was an update today - went to the plugins page, clicked update and got this below.  Is there a special instruction to stop rclone before the update or something ?  and if so, how ?  Thanks:

 

plugin: updating: rclone.plg

+==============================================================================
| Skipping package rclone-2018.08.25-bundle (already installed)
+==============================================================================


Downloading rclone
Downloading certs
Archive: /boot/config/plugins/rclone/install/rclone-current.zip
creating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html 
extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt 
Copy failed - is rclone running?
plugin: run failed: /bin/bash retval: 1

Try running it again, mine updated the second time.

hhhmmmm - ok - second time, I got the same :

 

plugin: updating: rclone.plg

+==============================================================================
| Skipping package rclone-2018.08.25-bundle (already installed)
+==============================================================================


Downloading rclone
Downloading certs
Archive: /boot/config/plugins/rclone/install/rclone-current.zip
creating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt 
inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html 
extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt 
Copy failed - is rclone running?
plugin: run failed: /bin/bash retval: 1

  • Author

rclone could be doing any number of things so shutting it down gracefully really depends on what you've got going on.
As mentioned earlier on this very page you can kill the proces if you want to to force the update - However standard warnings with killing processes apply.

  • 2 weeks later...

This appears to be broken on unRaid 6.6, is that the case for anyone else?

On 9/24/2018 at 3:10 AM, Dimtar said:

This appears to be broken on unRaid 6.6, is that the case for anyone else?

FWIW, I had to uninstall/re-install the rclone-beta plugin in order for it to work again........

  • Author

This seems to be the case for atleast some of you guys. Do you get any errors during the update?

I had the same issue, removing and reinstalling fixed the issue, works fine. Haven't rebooted to see if it happened again.

no problems for me, but maybe because I've done a few reboots over the last couple of weeks

Edited by DZMM

I too had issues with rclone on the newly updated 6.6. I started a transfer to my google drive and then the 6 cores I have used for unraid itself pinged to max CPU usage and the whole of unraid became unresponsive and was effectively locked. No web GUI, nothing. I ended up having to physically login on the server and restart from the CLI. When I came back and checked plugins page there was a third tab at the top listing plugin errors with rclone. I then uninstalled it entirely, rebooted the server, installed rclone, rebooted one last time and the errors were all gone. I didn't have the mind to take snapshots of it or anything at the time and when the server was locked, I didn't have access to any of the drives or anything. So for the moment, it seems a simple uninstall and reinstall is what it takes to fix rclone on a unRAID6.6 upgrade. though, I haven't started using it yet since then so I will add to this when that happens.

I need some help, please.

 

I have rclone working with an encryted folder in krusader but when i mount the folder in windows i get this error

 

WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes

 

49 minutes ago, Greygoose said:

I need some help, please.

 

I have rclone working with an encryted folder in krusader but when i mount the folder in windows i get this error

 

WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes

 

So mount it with writes enabled then?

 

Edited by Dimtar

3 hours ago, Dimtar said:

 

So mount it with writes enabled then?

 

Thanks for the reply.

 

I have this mounted with write enabled, as in the picture.  Id be gratful for some help with this.

rclone.png

5 hours ago, Greygoose said:

I need some help, please.

 

I have rclone working with an encryted folder in krusader but when i mount the folder in windows i get this error

 

WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes

 

Check here..... Research vfs. I bet your rclone mount command needs to look something like these. Read a bit of the thread there and go to the GitHub in the first post there. Research it.

 

https://forum.rclone.org/t/my-vfs-sweetspot-updated-30-aug-2018/6132

@Waseh

 

Wondering ... is there any way of getting around the need to store access key IDs & secrets in plain text?

 

I realise you need shell access to get to the plugin config file, but ...

  • Author

You could use the build in way to encrypt the config file but that just means that you have to either enter the password every time you run a command or include the password in the command kinda defeating the purpose.
If you want to do it just run rclone config and follow the instructions for password protecting the config.

4 hours ago, digitalformula said:

@Waseh

 

Wondering ... is there any way of getting around the need to store access key IDs & secrets in plain text?

 

I realise you need shell access to get to the plugin config file, but ...

You know the Client ID and Secret are not necessary, right? You can leave those black during setup. Only thing necessary is the AutoConfig link authorization token.

Just now, Stupifier said:

You know the Client ID and Secret are not necessary, right? You can leave those black during setup. Only thing necessary is the AutoConfig link authorization token.

Nope, didn't know that.  But then, I've used the plugin for about an hour.

 

Thanks for the pointer, though - I'll look up that method right now.  :)

5 hours ago, digitalformula said:

Nope, didn't know that.  But then, I've used the plugin for about an hour.

 

Thanks for the pointer, though - I'll look up that method right now.  :)

just open up the command line, type "rclone config".....setup a new remote and follow the on screen instructions. When it says something like "if you don't know, leave blank....." or "default: blank"......just LEAVE IT BLANK. Then near the end of the setup it will ask if you want to do Auto Config Y/N.....Say No, and Open the link on a computer to get the token.

  • 3 weeks later...

plugin dissapears on reboot.

Also if i reinstall it, i goto terminal and type rclone config and command is not found :/

 

plugin was working before not sure whats happened?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.