October 1, 20223 yr How does Google Drive work with this now. I am no longer able to authorize my RClone token via the Webgui. It just gives a 404 error. Google had been sending emails for months about them deprecation something involving 0Auth and I think that affected Rclone. Does anyone have any info I can look at to get it going again?
October 1, 20223 yr Is it somehow possible to move the config file to another location (e.g. the encrypted array SSD)? If I currently restart Unraid without starting the array, the configuration file can be accessed with all sensitive information - I would like to change that. Sorry if the question has already been asked in the earlier pages.
October 1, 20223 yr Author 7 minutes ago, undone said: Is it somehow possible to move the config file to another location (e.g. the encrypted array SSD)? If I currently restart Unraid without starting the array, the configuration file can be accessed with all sensitive information - I would like to change that. Sorry if the question has already been asked in the earlier pages. You can call rcloneorig instead of rclone and feed it the --config flag like so: rcloneorig --config Followed of course by the new path
October 1, 20223 yr 5 hours ago, Waseh said: You can call rcloneorig instead of rclone and feed it the --config flag like so: rcloneorig --config Followed of course by the new path Thank you, after a few tries I got it with the following line: rcloneorig config --config=/mnt/disk1/rclone/rclone.conf If I understood right, there is now way to replace the standard path "/root/...", so I have to use the line above every time instead of just "rcloneorig config"?
October 6, 20223 yr Hi folks, is there some kind of tutorial for mounting a WebDAV share using this plugin? I looked through the initial post, but that info seems out of date and the links are referring to GDrive. What I want to do: mount my Nextcloud WebDAV folders as writeable for Sonarr/Radarr/rrrrr containers. My Nextcloud already contains all my files and I want to keep it that way. I installed the user scripts plugin but am totally at a loss as what to enter/do there?
October 6, 20223 yr Author 2 hours ago, Mark12 said: Hi folks, is there some kind of tutorial for mounting a WebDAV share using this plugin? I looked through the initial post, but that info seems out of date and the links are referring to GDrive. What I want to do: mount my Nextcloud WebDAV folders as writeable for Sonarr/Radarr/rrrrr containers. My Nextcloud already contains all my files and I want to keep it that way. I installed the user scripts plugin but am totally at a loss as what to enter/do there? Have you looked at the rclone documentation?
October 14, 20223 yr Upon attempting install with Unraid 6.11.1, the install fails with the following output. plugin: installing: rclone.plg plugin: downloading: rclone.plg ... 100% plugin: downloading: rclone.plg ... done Executing hook script: pre_plugin_checks +============================================================================== | Installing new package /boot/config/plugins/rclone/install/rclone-2022.01.20-bundle.txz +============================================================================== Verifying package rclone-2022.01.20-bundle.txz. Installing package rclone-2022.01.20-bundle.txz: PACKAGE DESCRIPTION: Package rclone-2022.01.20-bundle.txz installed. Connection error - Check firewall or dns settings Install failed - No binary found plugin: run failed: /bin/bash Executing hook script: post_plugin_checks
October 14, 20223 yr Author 1 hour ago, kg_wintermute said: Upon attempting install with Unraid 6.11.1, the install fails with the following output. plugin: installing: rclone.plg plugin: downloading: rclone.plg ... 100% plugin: downloading: rclone.plg ... done Executing hook script: pre_plugin_checks +============================================================================== | Installing new package /boot/config/plugins/rclone/install/rclone-2022.01.20-bundle.txz +============================================================================== Verifying package rclone-2022.01.20-bundle.txz. Installing package rclone-2022.01.20-bundle.txz: PACKAGE DESCRIPTION: Package rclone-2022.01.20-bundle.txz installed. Connection error - Check firewall or dns settings Install failed - No binary found plugin: run failed: /bin/bash Executing hook script: post_plugin_checks So did you try checking your firewall or DNS settings like it says? It can't download the binary from the rclone server.
October 15, 20223 yr On 10/7/2022 at 12:15 AM, Waseh said: Have you looked at the rclone documentation? I have actually. I don't really now how to use this with this plugin. This just looks like a normal command-line option to me. I am just going to try and get a USB disk attached. Tired of always messing around with WebDAV and stuff. It just never works as it should, it breaks, it's not supported and you have to jump through hoops to get it to work in the first place. It's to bad Nextcloud does not offer an SMB or NFS share. That would just save a lot of hassle.
October 20, 20223 yr I also have the same error in trying to install rclone from waseh repo. I'm not exactly sure where I should be looking at the firewall / dns settings as every other docker/plugin seems to be working - is this something specific to waseh's repo? Id me most appreciative of a nudge in the right direction!
October 20, 20223 yr @WasehActually no - I cant actually ping anything outside my local network but can still pull containers... slightly odd!
October 20, 20223 yr Author That's why the error asks to check firewall and DNS settings 😉 seems you have some sort of connectivity problem. I'll try and make the error message a bit more helpful in the future
October 25, 20223 yr it's the webui accesible? Where is the executable file installed? Edited October 26, 20223 yr by L0rdRaiden
October 26, 20223 yr I have this script #!/bin/bash /usr/local/emhttp/webGui/scripts/notify -e "Unraid Server Notice" -s "OneDrive backup started" -d "Synchronizing Kopia backup to OneDrive" -i "normal" echo 'OneDrive backup started' rclone sync /mnt/user/Backup/Kopia onedrive:"/Backup/Kopia" /usr/local/emhttp/webGui/scripts/notify -e "Unraid Server Notice" -s "OneDrive backup finished" -d "Synchronization completed" -i "normal" echo 'One Drive backup completed' I would like to get aditional info via echo so I get it into unraid notification system and them to telegram bot. If I add a -P in console it look like this Is there a way to send this info via echo? to have some input about if it was successful or not. Maybe creating a log, reading it echo the last lines, and deleting the log? How all this could look like in a bash script, I don't know how to code it.
December 7, 20223 yr On 5/23/2022 at 4:57 PM, ddrulez said: Thanks. I read that yesterday but didn`t tried it out.... ^.^; I am no expert in linux and it`s sometimes hard to follow the suggestions. Have to wait for 7h now to finish a parity check after double mounting and a forced shutdown.... I will try it out and give a reply here how it turned out. EDIT: It´s still not working with 6.10.1 and the added commands rclone mount --uid 98 --gid 99 --max-read-ahead 1024k --vfs-cache-mode full --allow-other dropbox: /mnt/user/unRAID/Dropbox & root@Server:~# getent group | grep no nobody:x:98:nobody nogroup:x:99: Could you ever get this to work? I have added the user id of my user --uid 1000 --gid 100 and i got write permission in that folder, that means i can paste files in that folder (even though an error message pops up) but i can't delete or overwrite a file.
January 9, 20233 yr Super basic question that I coiuldn’t find answer to… since this is installed via a plugin, is there any issue with rebooting the system and losing config? Or does the rclone config we add survive reboots?
January 9, 20233 yr 1 minute ago, tmchow said: Super basic question that I coiuldn’t find answer to… since this is installed via a plugin, is there any issue with rebooting the system and losing config? Or does the rclone config we add survive reboots? Config will survive reboot
January 24, 20233 yr I'm having an issue that is breaking Unraid boot, for some reason it fails each boot. In order to fix it, I have to put the USB drive into my main machine and delete/move the rclone directory to allow it to rebuild from scratch on boot; mv /boot/config/plugins/rclone /boot/config/plugins/rclone.old (or something to the same effect) Unraid 6.11.5 and 6.11.1. I've just re-installed the plugin and will report if that has fixed it as I have a reboot tomorrow to install a new USB PCI-e card. This screenshot is the broken boot: This screenshot is after moving/deleting the `/boot/config/plugins/rclone` directory: Permissions of `/boot/config/plugins/rclone`: Edited January 24, 20233 yr by unraidyn
January 25, 20233 yr Nope, it appears its still broken. Not sure what to do, but this is currently making the server unbootable in its fresh-installed state.
January 25, 20233 yr Author 1 hour ago, unraidyn said: Nope, it appears its still broken. Not sure what to do, but this is currently making the server unbootable in its fresh-installed state. You're having I/O errors on your flash drive. I'd be surprised if this was related to the rclone plugin. Could be a corrupt filesystem or dying flash drive or any other number of things. But again I don't think this is related to this plugin specifically.
January 25, 20233 yr 4 hours ago, Waseh said: You're having I/O errors on your flash drive. I'd be surprised if this was related to the rclone plugin. Could be a corrupt filesystem or dying flash drive or any other number of things. But again I don't think this is related to this plugin specifically. Ah right okay, I could swap to a different flash drive, but its behaving absolutely fine otherwise. What's super weird is no other plugins have this issue, this is the only plugin. And what makes it weirder, it also doesn't occur if the rclone plugin doesn't already exist on the drive. It downloads and installs just fine. Is there any file system integrity test or something I can perform on the USB drive? Running an 'fsck' said the drive was normal and healthy. Edited January 25, 20233 yr by unraidyn
January 25, 20233 yr If you want to know something really weird, if I modify the plugin to delete the plugin directory as the first action in the installation script: if [ -d /boot/config/plugins/rclone ]; then rm -rf /boot/config/plugins/rclone fi; It works fine. There is something about that specific '/boot/config/plugins/rclone/install/rclone' file that my install really doesn't like.
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.