How to use rclone in unRAID Copy sync and encrypt files to the cloud. Even stream media

Sdílet
Vložit
  • čas přidán 11. 03. 2017
  • This Video is a tutorial on how to setup Rclone on unRAID. You will see how to install it then connect to 3 different cloud storage providers. Amazon, dropbox and google drive. You will see how to encrypt and decrypt files in the cloud. You will see how to connect a docker container to rclone and even stream and encrypted media file to emby or plex.
    You will then see how to make the rclone mount into a network share. Finally you will see howto easily sync a folder to the cloud.
    Please, if you can, support the channel and donate. goo.gl/dw6MLW
    rclone website rclone.org
    Mount script i used in the video
    #!/bin/bash
    #----------------------------------------------------------------------------
    #first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access
    #there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure
    #you only need as many as what you need to mount for dockers or a network share
    mkdir -p /mnt/disks/amazon
    mkdir -p /mnt/disks/dropbox
    mkdir -p /mnt/disks/google
    mkdir -p /mnt/disks/secure
    #This section mounts the various cloud storage into the folders that were created above.
    rclone mount --max-read-ahead 1024k --allow-other amazon: /mnt/disks/amazon &
    rclone mount --max-read-ahead 1024k --allow-other dropbox: /mnt/disks/dropbox &
    rclone mount --max-read-ahead 1024k --allow-other google: /mnt/disks/google &
    rclone mount --max-read-ahead 1024k --allow-other secure: /mnt/disks/secure &
    unmount script i used in the video
    #!/bin/bash
    #----------------------------------------------------------------------------
    fusermount -u /mnt/disks/amazon
    fusermount -u /mnt/disks/dropbox
    fusermount -u /mnt/disks/google
    fusermount -u /mnt/disks/secure
    share script for smb config extra file.
    [secure-cloud]
    path = /mnt/disks/secure
    comment =
    browseable = yes
    Public
    public = yes
    writeable = yes
    vfs objects =

    Thanks to
    The Limetech team for unRAID
    Music
    Rhastafarian by Audionautix is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
    Artist: audionautix.com/
  • Věda a technologie

Komentáře • 263

  • @golfextreme506
    @golfextreme506 Před 3 lety +43

    This is one video that could really use an update. I love your videos and they've been extremely useful. Unfortunately, this one is very out of date with the updates and changes to rclone in the last three years and the setup of everything. I'm sure I'm not the only one who would appreciate you taking us newbies by the hand and helping us out again.

    • @007craft
      @007craft Před 3 lety +33

      Ok I managed to get it working with this video. The only changes you need to be aware of is
      1. Dont worry about Unraid GUI mode. Just access Unraid from your other computer through the browser as always
      2. When setting up a drive, rclone will now give you alot more default options. Read through them and youll notice you can leave the defaults for all of them
      3. When it comes to the final step in the setup of "use auto config", just select No instead of yes. Youll be given an authenticator link. Just follow the link it gives you in your browser. This should take you to an authorize page for your cloud service, where you can allow access. It will then provide you with a long authentication string. Copy this, and paste it into the terminal window where rclone is asking for it.
      Remember, folder and file names are case sensitive so if you named your drive Google, doing "rclone lsd google" wont work
      4. The other part that is different is adding the mount script. There is no mount script option from a dropdown box in rclones docker like you see in the video here. Instead you have to goto settings -> user scripts -> add new script. Call it whatever you want (I called mine Rclone Mount Script) and click teh gear icon -> edit script. You can then continue following the video with making your script

    • @geoff650r
      @geoff650r Před 3 lety

      @@007craft thanks!

    • @onestopviewfiles
      @onestopviewfiles Před 2 lety

      @@007craft what config file do you setup? The one I've based mine of doesn't seam to want to mount.

  • @mikedyson9689
    @mikedyson9689 Před 7 lety +5

    I have just discovered unRAID and have been playing around on a test machine before migrating everything to our fully blown server. Your guides are really fantastic, clear, informative and easy to follow.

  • @EduardoGFerreira
    @EduardoGFerreira Před 7 lety +4

    I was having some problems making rclone work as it should.
    Now you solved it and exceded my expectations.
    Thank you so much!

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +2

      Your welcome, Eduardo. Glad its help get your rclone set up and working. :)

  • @RecBuddha
    @RecBuddha Před 4 lety +3

    I gave this a try today with GDrive and there are a few minor differences, but you can muddle through pretty easily following this guide even now. One thing to note - it is very easy to do it headless now without going into unRAID GUI mode (my server is headless so that isn't really an option for me). When you select "no" on the auto config part, it gives you a URL to go to that generates the verification ID in a browser on another computer and then just paste that in once you have it.

  • @badplanetkevin
    @badplanetkevin Před 4 lety

    I fumbled through this whole process and then once I got everything working correctly, I found this video. I should have known to check with SpaceInvader One first! Thanks for everything you do!!!

  • @kimmerrild3487
    @kimmerrild3487 Před 7 lety +2

    As always - fantastic job.
    Having a shared folder between the network and VMs, encrypted in the cloud, awesome. simply awesome

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +1

      Thanks, Kim. Yeah, rclone is great. There's a lot of useful capabilities that it has. I can't wait to see rclone develop and improve over the next few months

  • @godarayudhvir
    @godarayudhvir Před 2 lety +6

    I would be glad to see a 2022 version of this

  • @mcai8rw2
    @mcai8rw2 Před 7 lety +2

    ZOMG! I love this! So... you can keep your movie collection encrypted online, and then just stream it to your PLEx/emby unraid server! BRILLIANT!
    Soooo.... you could have a nextcloud docker, that saves your documents to the cloud automatically. Can't wait to try this!

  • @americanpilot84
    @americanpilot84 Před 4 lety +2

    Great video! Instead of using GUI mode, you can also do a local (to the server) port-forward while ssh'ing to the box. Then you can paste the link on your local machine's browser.
    ssh -L [port]:localhost:[port] [account]@[server]

  • @KelvinHoyle
    @KelvinHoyle Před 5 lety +2

    Another great video as always, sir! Would love to see a follow-up involving creating fused folders with online and local content!

  • @toomuch4em
    @toomuch4em Před 7 lety +9

    This video got me going with rclone. thanks again for another helpful video!!

  • @SilvioTischer
    @SilvioTischer Před 5 lety

    Hello thank you for this video. i was struggling getting google drice, dropbox and mega running on my new unraid machine but this video helped a lot! it now works as it should.

  • @norboost
    @norboost Před 7 lety +3

    Great video. I've been using UNRAID for quite a few years now. This is a great addition that I will definitely set up. thanks :)

  • @dannyholland1573
    @dannyholland1573 Před 6 lety +2

    This video was outstanding. Just what I needed. Using GSuite (fingers crossed they don't enforce the storage limit for 1 user) to backup my array. Speeds are so much better than alternatives (crashplan etc). Thanks so much for your great videos. I really appreciate them.

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 6 lety +1

      Hi Danny. Thanks, glad you found it useful. Have you seen duplicati. I use it a lot for backups to Gsuite. I did a video about it here czcams.com/video/PBxY5Fna-MU/video.html

    • @dannyholland1573
      @dannyholland1573 Před 6 lety

      I have, and I have watched your video as well. I prefer syncing directly to google drive as the files and folders resemble my actual folder structure and are easily accessible from google drive apps. Duplicati is great for just having a backup, but it backs up into chunks of data and does not resemble normal file and folder structure, at least I did not figure out a way to do that.

    • @dannyholland1573
      @dannyholland1573 Před 6 lety

      Spaceinvader - I attempted to create a secure folder just like you did for amazon, but for google drive. Everything seemingly went well, except that when I tested with "rclone lsd google:" I do not have a secure folder created (confirmed also by checking my google drive). Do you know if the encryption works with google drive?

  • @6telewizor
    @6telewizor Před 7 lety +4

    great channel
    I've learned so much from you. Now I'm trying to setup my own rig with 3 wd red hdd 1TB each and one 250GB ssd samsung for cache.
    I hope I'll manage it

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +2

      Thanks, 6telewizor. Sure you will manage setting it all up. For me, half the fun is in setting up the server! Best of luck :)

  • @rjbrowning85
    @rjbrowning85 Před rokem +1

    While the video was outdated, i was able to follow the instructions without too much trouble.
    Quick question. How do I setup a sync from say Google Drive TO my UnRaid server? The example in the video showed how to sync files to the cloud.

  • @kyis1256
    @kyis1256 Před 7 lety

    I really appreciate your video, you covered my exact use case using the shortest route. (I even forgot User Scripts was installed already)

  • @Coldfirebe
    @Coldfirebe Před 7 lety +2

    For those who have trouble installing it on a headless system. I found it really easy to do it all over ssh, I downloaded the windows version of rclone on my desktop and used it just to get the authentication working. The config tool even guides you on how to do this.

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Thanks, Rob. Great tip there. Another thing I find good is setting up rclone on other computers that you use.
      You can use the same password and salt so you can connect to the encrypted cloud storage on any machine.

    • @Coldfirebe
      @Coldfirebe Před 7 lety

      Do you know if you can just copy the entire config file to another pc/unraid server and it just works? (i'm in the proces of moving from an old AMD server to merging my desktop with an unraid NAS)

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +1

      yes the config file should work fine doing that. :)

  • @cedriccrespo2468
    @cedriccrespo2468 Před 4 lety

    This really help me out. Krusader is a great addition to my life also.

  • @chadblows
    @chadblows Před 7 lety +3

    This is fantastic. I might soon be an Amazon drive Subscriber.

  • @The_Benjamins
    @The_Benjamins Před 4 lety

    Thanks this helped me set up Rclone with 1fichier, going to see how backing my storage array up to 1fichiers $25 USD a year unlimited storage works out.
    Rclone makes 1fichier so much better to use then there defualt web only experience

  • @MichaelBurko
    @MichaelBurko Před rokem +1

    Would be awesome to see the updated video!

  • @xmedia3121
    @xmedia3121 Před 3 lety +2

    i dont seem to have the same drop down box that includes mount script& unmount script have these changed?

  • @rodrigca22
    @rodrigca22 Před 5 lety +11

    If you install Firefox on a docker which is available on the community apps in host mode, you can do the auth process without restarting your server on GUI mode and having to hook up a monitor

    • @onestopviewfiles
      @onestopviewfiles Před 2 lety

      Wow that's cool. This works for any browser by the way, that you install as docker. Just copy the login url into the clipboard of the docker, then paste into the address bar and login.

    • @fatihokan
      @fatihokan Před 2 lety

      Hey can you expand on this? I downloaded firefox onto my unraid server. Now what?

  • @lcadigitalmedia
    @lcadigitalmedia Před 11 měsíci

    Hi, your videos are always very informative. I always come here for these. love it.
    can you make a new video on how to mount google drive directly to unraid using rclone?

  • @cjeter
    @cjeter Před 7 lety +1

    Really great and easy to follow instructional

  • @zackwilliampollard2745
    @zackwilliampollard2745 Před rokem +2

    So been playing with this for a bit, directory for mount/unmount script needs to be /mnt/user/XXXX otherwise it's just a folder in /disks which didn't exist on my unraid installation. changed to mnt/user and it created a share and I am now able to upload/download direct to google drive!

  • @chriscopp6416
    @chriscopp6416 Před 7 lety +1

    THANK YOU SO MUCH
    I've been bashing my head off the keyboard with many tries at getting this to work for me.
    I'm going to give this a shot tomorrow, I've got a G Suite unlimited storage account that I've been trying to make better use of by auto backing up my array. This is my answer! Thanks again! Liked and subscribed

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Hi Chris. I am glad you like the video :) Thanks for subscribing to the channel. Ah thats nice having G suite unlimited. I am trying the amazon unlimited at the moment as is cheap but would way prefer the G suite!

    • @chriscopp6416
      @chriscopp6416 Před 7 lety

      Spaceinvader One I did do Amazon at first when Plex Cloud became available in beta but was forced to move over when they dropped it. The cost is twice as much at $10 per month but I needed some kind of off site backup anyways.

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Chris, I looked at the g-suite. 10$ a month is not bad. But what i worry about is that it says that if you have less than 5 users the space is only 1TB. Now i have heard this isnt the case but if so why does it say so on their signup page? gsuite.google.com/pricing.html
      What have you found Chris. Do you have more than 5 users signed up or just you. Have you uploaded over 1tb yet?

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Ah, thanks thats good to know. think i will sign up :)

    • @chriscopp6416
      @chriscopp6416 Před 7 lety

      Hi again,
      So I finally have my array backed up, I just used a terminal using:
      rclone copy /mnt/user/MEDIA google:PLEX
      then
      rclone copy /mnt/user/Backup google:Backup
      But when I mount a custom script, I can only use one at a time.
      I know there is a way to use both commands, I think I'm just missing something, but what worries me is that if I set MEDIA to copy at say 12am it will take a few hours, I'd like to then do my Backup folder say 12PM but only use one script. Is there a delay that can be written in between the two copy commands?

  • @thomaspatterson6880
    @thomaspatterson6880 Před 4 lety

    As always another great video, thanks again :)

  • @cuatro914
    @cuatro914 Před 7 lety

    As always, an amazing video. Thank you for doing this because i may not have attempted setting this up without one of your tutorials. Just one question if i turn encryption on and sync to google drive or amazon can something like plex cloud see and use the files? Mounting and then streaming from there kinda defeats the purpose in my use case. Also as a side note you may want to be careful if you have data caps, im syncing about 7-8TB and its uploading about 100GB an hour (which is great for me but some people might run into problems) . Thanks again and keep up the great work

  • @pickletits1868
    @pickletits1868 Před 4 lety +27

    unfortunately, at least for setting up google drive, this is mostly all obsolete information. im sure we'd all love to see a new updated version of this for 2019/2020. As of right now these instructions are useless. But how could you know from back in early 2017?? Love what you do for the UnRaid community. Keep up the good work!

    • @npradeeptha
      @npradeeptha Před 4 lety +5

      I wouldn't say they are useless. I managed to follow these instructions and set up gdrive to sync. You just have to look up the official rclone docs for things that are different than the video. But I would say, majority of this still applies.

    • @jspikeball123
      @jspikeball123 Před 4 lety

      a majority of what is in this video still applies today, with google drive at least

    • @svanberg85
      @svanberg85 Před 4 lety

      I used them with no problems for onedrive sync .. They still applies today.

    • @joeshmoe346
      @joeshmoe346 Před 4 lety

      Not useless, watched the video and got mine setup today. rclone gives you the instructions.
      At least for Google Drive, you do NOT have to go boot unRAID into GUI, the headless method provides you a link to authenticate, super easy as long as you have a web browser

    • @MrKoaly
      @MrKoaly Před 3 lety

      Many thanks! It worked for Google Drive (I had to create my own API as suggested by Rclone) and worked well for Dropbox. Amazon refused to show the login screen, showing always an error message "400 Bad request. The parameter Client_ID is requared." How to solve it?
      Another issue is that in the current rclone version on the settings page there is only chance to chose whether stable or Beta version to use. No mount or other options available.

  • @tjb_altf4
    @tjb_altf4 Před 7 lety

    Top job! Will definitely be utilising this :)

  • @OwenFiscusMichael
    @OwenFiscusMichael Před 7 lety +1

    Phenomenal job man! Thanks so much.

  • @ikweby9169
    @ikweby9169 Před 4 lety +19

    Hello All - If using Amazon S3, do you still need to boot the server into GUI mode?
    Would also be good to see a new 2020 version of this video tho @Spaceinvader

  • @OscarTroya
    @OscarTroya Před rokem +1

    Got everything to work, except I can't write to the mounted shares on macos. I can see the files of my cloud services in finder, but I can't add anything. Does anyone know how to fix this?

  • @pviana87
    @pviana87 Před 6 lety

    Great video, you helped me very much!

  • @jchristensen2022
    @jchristensen2022 Před 5 lety +1

    In the custom/user scripts...
    it reads.... "rclone sync /local/path remote:path"
    That script is fine syncing from the local path to the remote, however can it be the other way around like this instead?
    "rclone sync GDrive: /local/path"
    I cannot see any reason why it would not work. Which command would be safer, sync or copy?
    I only want to backup the GDrive files to the unRaid and not actually access the unRaid file location as Google has a good Windows app to access the files.

  • @Cmdad
    @Cmdad Před 7 lety +2

    That a legend, cheers for this.

  • @73BDM
    @73BDM Před 7 lety

    You make some amazing support videos. Thanks for all the hard work. I'd like to set up something like this but have it sync to a 2nd Unraid server.. Any change of doing a video on that?

  • @mikaelozolins422
    @mikaelozolins422 Před 7 lety +2

    Amazing job... i was gonna ask exactly that... P E R F E C T video ! Congratulations...
    If you don´t mind, i have one easy (i think) question... How can i transfer old data from my hard drives into the array, before adding it to the array it self?
    I´ll be creating my new Unraid Server in 2-3 weeks and all my drives are full, so a need a migration strategy so i can drop the files and cleaning more drives...
    tks again regards

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +3

      Ok. So the easiest way to transfer data from existing hard drives is to attach each one to the server using the unassigned drive plugin. Then use a file manager, my favourite being the docker container 'Krusader".
      Then just copy the data to the array. After which you can take the hard drive out or even add it to the array as an extra drive if you wanted.

  • @latechmedia7045
    @latechmedia7045 Před 5 lety

    One question, when you are mounting cloud to the local storage the directory was .../disks. Can I type in there instead of discs an actual disc number in my array? For example /mnt/user/disk4

  • @acerlmt
    @acerlmt Před 5 lety +1

    Freakin awesome!! Thank you!!!

  • @BuzStringer
    @BuzStringer Před 4 lety

    Is there a way to limit the transfer rate rate when syncing, for example i want to sync a 50GB back once a week a 10M/bs upload ?

  • @chadh6815
    @chadh6815 Před 3 lety

    So I've got this set up and have backed up a bunch of data to an encrypted folder on my Google Drive. If my server dies, gets stolen, or something else happens to it, is there an easy way to access the data in my encrypted folder ? Or would I need to build a new server and going through the setup process again?

  • @SPENCERMULLEN
    @SPENCERMULLEN Před 3 lety

    Great tutorial. For those who don't want encryption, would these steps still apply? What would differ?

  • @adamfritzsche
    @adamfritzsche Před 7 lety

    Great videos! How would I go about having properly auto mounting in linux in fstab?

  • @jchristensen2022
    @jchristensen2022 Před 4 lety

    Cannot get much easier than watching this video.. I also setup google photos following along the lines of this method however the script is slightly different and located in Rclone Custom Script.
    # rclone sync --user-agent="yourtext" remote: /your/path/to/mount

  • @GrischaTheissen
    @GrischaTheissen Před 4 lety +1

    @spaceinvaderone Great video! Thanks for this! Is there a way to download all files locally to the folder instead of "streaming" them?

  • @WannabeMKII
    @WannabeMKII Před 6 lety

    I love your videos and have learnt and set up so much on UNRAID using them, much appreciated! One thing I'd like help with is I'd like to copy my GDrive as read-only to my UNRAID server purely for backup purposes. Can you help me with this? Thanks again!

  • @eric90000
    @eric90000 Před 3 lety

    Hey - I'm a little bit confused about the encryption side of things. Shouldn't the file names in the secure folder be coming up as random strings of text? I made a secure folder on my Dropbox, and whenever I sync files across using Rclone, they come up as random jargon because they are encrypted. I'm just not sure how you are able to view them with their proper names & files types. I haven't mounted the dropbox:secure to my unraid shares, do I need to do that? Thanks for the video, extremely helpful as always! :)

  • @Optimus528
    @Optimus528 Před 6 lety

    Everything i seem to copy to /mnt/disks/secure seems to stay local and not get pushed to the cloud. Using the command line i can push to the secure remote though and anything i push from the command line doesn't show up in /mnt/disks/secure. Has there been a change with how rclone works since the video was uploaded or am i just doing something wrong?

  • @AquaRelliux
    @AquaRelliux Před 4 lety

    I did this on my onedrive just to test. It works fine but accessing files are really slow for some reason? I don't have these slow speeds when reading/writing to the array only on my onedrive share

  • @francroug
    @francroug Před 5 lety +4

    you should do a part 2 to be able to linked it with plex

  • @paulbram2
    @paulbram2 Před 5 lety +2

    The entire time I was thinking "This is exactly what I want!", then I realized at the end that none of this is a two way sync, it's just a script that manually pulls (or pushes) folders back and forth. What I'm really looking for is essentialy the 2 way sync client that's built into each of these providers, but running as a docker container. Is such a thing possible?

  • @TonnySanjiao
    @TonnySanjiao Před 7 lety

    Hi guy, thank you for your videos are very useful for me. I am a newbie. I was trying to use Google Drive and Dropbox with redone, but the sync I think is in one way, also I tried to download Dropbox docker but I am lost setting the connection. I would have my working files accessible from out the office and with an dhcp Wan, I think the Nextcloud will not a good thing and for its security, I will be attacked every day lots of times. What do you think about it? Thanks in advance and sorry for my english I am still learning. Thanks from Catalunya - Barcelona

  • @CanaldoRonan
    @CanaldoRonan Před rokem

    How to optimize this scripts for sharepoint? thaks for you great channel, i really appreciate your job

  • @DalePothen
    @DalePothen Před 7 lety +1

    it would be great if you show your unraid rig like a vlog and with spec its the only channel that has detailed about unraid and it would be great if you make ur video in full screen bcoz of black and blue ui it bit difficult to see and keep up the good work

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety +1

      Hi, Dale. There will be a video soon about my servers soon. Sorry, the video hard to see in the smaller area of the screen. I am always experimenting with making the videos. It's all new to me so feedback is very useful. Thanks

    • @DalePothen
      @DalePothen Před 7 lety

      Spaceinvader One no problem even if i start a new youtube channel i also will have the same issue it would be great if you contacted me via telegram @Drkcode is my username

  • @simoneferrari5777
    @simoneferrari5777 Před rokem

    Great video as always, even if it's old. Question: instead of mounting the remotes into /mnt/disks/ and then share those in the network via SMB, couldn't the remotes be mounted into /mnt/user/? They would then appear as other shares. Do you see any problem in doing this? I'm thinking it will interfere with how unraid manages standard shares, but would be interesting to know in detail.

  • @MarcDANIELLAMAZIERE
    @MarcDANIELLAMAZIERE Před 10 měsíci +1

    Dear spaceInvader, I'm new to Unraid. I need Rclone to back up my NAS however this guide is out of date. Could I kindly request an updated "how to"?
    Thank you!

  • @majorblazer9055
    @majorblazer9055 Před 7 lety

    Hi can i use rclone to make an encrypted copy of my media folder to a usb connected hard drive on my Unraid server?

  • @svanberg85
    @svanberg85 Před 4 lety

    Thanks !. Now i have unrid-backup and backup to cloudstorage !. it couldn´t be more secure ?.

  • @subagon
    @subagon Před 7 lety +3

    Great video!

  • @davidraph
    @davidraph Před 7 lety

    Is there a way to copy local files to a USB drive, using rclone ? or other method ?
    Thank,

  • @user-id9fj9ps4r
    @user-id9fj9ps4r Před 3 lety

    ​ @Spaceinvader One, in your reply to TR BR you indicated that you intend to update this video. That's fantastic news!!!! In doing so, it would be great if you could also provide instructions on how to use rclone to make backups to your local file system (i.e, not just cloud backups). That would be fantastic!!! Before I moved to unraid, I used a couple of synology nas's. I've setup remote shares to one of my synology nas's (nasi?), and now want to backup certain key directories in unraid to that unit. I've tried many different programs at this point (duplicati, backuppc, cloudberry, etc.), but my linux skills are sadly insufficient to get this going. Your videos are excellent, and an update on rclone would definitely help!!! Actually, if you were interested in providing guidance on any of the software I indicated above that would work too!! I'd really like to use a GUI driven backup solution, but the vast majority of the videos out there on the available options don't provide the necessary details for a newbie, when a local filesystem is the storage destination. Again, your videos are exceptional. So many videos to do, yet so litte time ;)

  • @thewalrusking1
    @thewalrusking1 Před 5 lety +1

    @11:37 I don't have an UNRAID folder in my Krusader. Why is that?

  • @johnnyha1976
    @johnnyha1976 Před 5 lety

    Great video. It works ..... almost. Im getting an API LIMIT message.. how can I avoid that..

  • @patrickpaez8086
    @patrickpaez8086 Před 6 lety

    Great videos! I'm just moving into the unraid arena and love what it can do.I have a question about the encrypted folder thing. Why have it? Isn't your connection to your drive going to be on ssl or https? Or is it just a second encrypted folder from prying eyes?

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 6 lety +1

      Hi Patrick. It's just for security. It stops the cloud provider from being able to see what data you are storing or if anyone else gained access to the cloud storage then the data would be safe.

  • @randall8686
    @randall8686 Před 6 lety

    Hi spaceinvader is Rclone still supported? i just want a really simple "clone" of my files on the amazon drive. i have read that this is no longer supported

  • @thedinz
    @thedinz Před rokem

    I got this all up and running, encrypted files, but lets say i need to restore a file, how do i do that?

  • @sxgaston
    @sxgaston Před 3 lety +1

    Is there another video on how to SSH into your server because you completely blew past that step like it was nothing.

  • @simondownes5010
    @simondownes5010 Před 7 lety

    Hi all,
    Can anyone help!?
    I have followed the guidance exactly as shown with the exception being i have set mine up with one drive only.
    I am able to see the directly when testing in SSH, however after amending the mount script, moving to user scripts, running in background etc, when i navigate to my onedrive folder there are no files or folders there... Presume this is something to do with the mounting? Or do i need to synch between my server and onedrive first...?
    Any help would be appreciated!
    P.S. keep up the good work Spaceinvader!

  • @craigdavidson52
    @craigdavidson52 Před 4 lety

    Can I use rclone to backup my unraid photos drive to my Pi4?

  • @davidk845
    @davidk845 Před 6 lety

    Im new and was wondering how you access a web browser on the server itself?

  • @Sledgemasterrrr
    @Sledgemasterrrr Před 4 měsíci

    Would love this to be updated!

  • @japurillo053
    @japurillo053 Před 5 lety

    HI, First of all thanks for the great video. I come into an issue though when trying to use GDrive with an encrypted folder just like yours on Amazon Cloud. My Issue is it works perfectly on the unRAID terminal and is working correctly but I can't seem to get it to work using Krusader for some reason. The main GDrive remote works but when using Krusader on that secure remote, it's all blank.
    Any ideas as to why? Thanks!

    • @japurillo053
      @japurillo053 Před 5 lety

      NVM. Figured it out. Set Docker Container to RW/Slave. Thanks again mate!

  • @CJICantLie
    @CJICantLie Před 7 lety

    I am curious, does this store local copies of the files(and sync them), or does it mount the remote source as a drive and keep everything live within that remote server(Amazon, Dropbox, etc.)

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Hi, CJICantLie. It depends on how you use rclone. The commands that you can use are rclone sync which will sync 2 directories so with that command there will be a local copy. Rclone copy. Again same there would be a local copy. rclone move will move files from source to destination so there would not be a local copy with that. Also if you map the cloud to a share there would be no local storage of that you would work directly in the cloud storage. However editing files directly in the cloud doesn't work. You would need to download it. edit it. then upload it back up. Hope that helps clear that up :)

  • @jebusfreek6667
    @jebusfreek6667 Před 5 lety +1

    Not sure what I am doing wrong. In the terminal it displays all the folders I have in google drive. I edit the scripts like instructed and run the mount in background. But in crusader nothing shows in disks.... just empty. It is clearly connecting since I can see it in terminal, but I can't get it to mount correctly.

    • @TBMTUTS
      @TBMTUTS Před 5 lety

      I have the same issue It sees the folder but does not move anything to it from Krusader

  • @MarkCollinstechyMarkbo

    I believe the scripts need changing. After just setting it up, I get and error saying the format of the script is wrong. I also cannot sync files after changing some of the script to the new format. Would love to see an update video. I am currently on unRaid 6.6.6

  • @ThePirateGod
    @ThePirateGod Před 3 lety +17

    PLEASE PLEASE PLEASE make an updated video as this one doesn't work for the current Plugin. PLEASE PLEASE PLEASE I NEED HELP!!!!!

    • @mauriceatkinson9520
      @mauriceatkinson9520 Před 3 lety +1

      i agree!!

    • @bretfine688
      @bretfine688 Před 8 měsíci

      This still works with some slight changes to the process. If you still need to set this up I'd be happy to help

  • @Smoke99
    @Smoke99 Před 2 lety

    where can I find updated scripts for mounting and use with plex?

  • @krxptx
    @krxptx Před 4 lety

    Thanks a lot!

  • @davidk845
    @davidk845 Před 6 lety +1

    Thanks for the video... I was wondering if it is possible to upload files directly from a PC I keep getting a system permissions error although if i use krusader I am able to transfer with no issues

    • @WILSnet420AUS
      @WILSnet420AUS Před 5 lety

      hey mate, i too am having this problem. did you find a solution for it?

    • @WILSnet420AUS
      @WILSnet420AUS Před 5 lety

      nevermind, i found the solutiuon a few comments below :)

  • @CBTBGAMING
    @CBTBGAMING Před 5 lety

    How are you playing a video file from your secured folder? shouldn't your filename be a random string of characters? I'm assuming I can't use the encrypted part due to plex cloud needs to be able to recognize the files?

    • @CantCampThereMate
      @CantCampThereMate Před 5 lety

      vlc is accessing the file from unRAID which decrypts the file when it accesses it from the cloud server

  • @danielkrajnik3817
    @danielkrajnik3817 Před 3 lety

    this was so good

  • @andrewlingle8985
    @andrewlingle8985 Před 10 dny

    I know this is an older video but by using it I was able to get very far and am close to having my setup complete. I have installed rclone and have it syncing with dropbox. I setup user scripts and ran this in the background;
    mkdir -p /mnt/user/dropbox
    rclone mount dropbox: /mnt/user/dropbox &
    I then setup delug and added a path for the host and container (/mnt/user/dropbox = /dropbox in the container).
    Inside of deluge though it will not see the path /dropbox. I am trying to use the "autoadd" plugin (within deulge) and when I create an "autoadd" folder when I use "/dropbox" it states "path does not exist". Prior to running my user script for rclone the path does exist though.... This tells me that I have my container setup correctly but rclone is doing something to prohibit me from using the folder. From a terminal launched within the docker container I can still see "/dropbox" so it is there but deluge will not see it.
    side note, I did try this using the path outlined in the video /mnt/disks/dropbox but I had the same issue. Because I could not see /mnt/disks as a share and could not make it a share I then changed the path to /mnt/user/dropbox.
    Again, I was able to add the folder in deluge prior to mounting dropbox to /mnt/user/dropbox. this leads me to belive that rclone is modifying the folder permissions or something but I am stuck and cannot solve this.

  • @McDouglasAlexander
    @McDouglasAlexander Před 5 lety

    Hi Ed . Thanks for all of these videos. Have you had luck setting up an encrypted folder on Google Drive? Since Amazon Drive is out of the question for new users, I'd be interested in seeing the encrypted folder setup with Google Drive. I tried to follow as best I could on this video, but because it's been a couple years, some options have changed. When setting up the secure remote, I set the remote: google:secure, but it doesn't create a new folder out on Google Drive. I tried manually setting that folder up and syncing things across, but nothing ever shows up when I look at the Google Drive Web Interface.

    • @McDouglasAlexander
      @McDouglasAlexander Před 5 lety

      Looks like I'm a little to tired for this. After looking back through the custom scripts, I found that I didn't modify my path properly to match where I wanted rclone to use in both the mount point and the rclone mount command.

    • @davidsaunders9101
      @davidsaunders9101 Před 4 lety

      @@McDouglasAlexander Hi. Can you explain this please as I have ran into the same problem creating a new folder for "secure" on Google Drive. What exactly do you mean by "custom scripts"? Can you expand a bit please. Thanks

  • @wobblish
    @wobblish Před 5 lety

    Hello SpaceInvader and thanks again for a great video.
    When using rclone lsd dropbox: in terminal i can see my files stored online but they are not showing up in /UNRAID/disks/dropbox like in your video?
    rclone sync works from a test share so i know its connecting.

    • @RobNguyen
      @RobNguyen Před 5 lety

      Did you ever figure this out? I'm having the same problem. I can lsd into the secure directory and see everything and I can also see everything in the SMB share, but krusader doesn't see anything.

  • @TheGarbui
    @TheGarbui Před 6 lety

    Great video! Can Rclone be used to mount external shares via WebDAV? Any help woukd be great. Thanks

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 6 lety

      Hi Garath, yes I beleive you can but i havent done this myself. Have a look at this page rclone.org/webdav/.Thanks for watching. :)

  • @mikekentin4493
    @mikekentin4493 Před 7 lety

    The mount won't "decrypt" my files .. any idea whats wrong?

  • @MichelRivera
    @MichelRivera Před 3 lety

    how to get the colors icon ?

  • @arturperzyna5453
    @arturperzyna5453 Před rokem

    At 12:03 I'm having an error about access denied. Why would that be?

  • @SPENCERMULLEN
    @SPENCERMULLEN Před 3 lety +4

    please redo this for 2021! Nothing looks like this anymore. I can't follow this

  • @nogoodjae
    @nogoodjae Před 2 lety

    Is there a new way of installing? I type rclone config and the command is not recognized.

  • @mattimatti2000
    @mattimatti2000 Před 6 lety

    Great video got it working, the only problem is that i cant upload files bigger than my available RAM, does anyone know how to fix this?

  • @foxtrot1787
    @foxtrot1787 Před 3 lety

    my script for mounting is stuck on running. it has mounted the gdrive

  • @bamhm182
    @bamhm182 Před 7 lety +1

    Fantastic video as always, Spaceinvader One! My intent in watching this video was to learn to create an external hard drive containing encrypted folders/files from my unRAID server. This didn't fill in ALL of the blanks, but it definitely got me started down the right path. I wrote up what additional steps I took in the following unRAID Forum post:
    forums.lime-technology.com/topic/59807-best-way-to-back-up-files-to-an-external-disk/?do=findComment&comment=588212

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Wow, nice work Dylan. Just read your post. Very useful. Its great because having used rclone you can easily open the encrypted external on any computer with rclone. Cool. Oh, by the way, have you seen the latest RC unraid has drive encryption block level drive encryption now. I haven't tried it yet myself as you have to reformat a drive (can't convert as yet). I think the unassigned drives plugin allows a drive to be encrypted too. But I prefer your method for external encryption are to its flexibility :)

  • @godelstring
    @godelstring Před 6 lety

    gridrunner...
    thanks so much for the tutorial !
    everything works fine except I can't copy files to the SMB share from OSX (10.8, 10.10, 10.12). I can read files, create folders but get error -36 for trying to copy. Works perfectly from a Windows 10 box. Any thoughts ?

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 6 lety

      Sorry godelstring not sure why you are having that issue. So the winows box is mapping to same smb share on the server?

    • @godelstring
      @godelstring Před 6 lety

      yes exactly.. it works perfectly on windows 8 and 10 boxes. I can copy via the terminal. I get this error:
      cp: /Users/jhamburg/Desktop/DA REAL CLEAN/BURGR STUFF/BURGER TWITTER.pxm: could not copy extended attributes to
      /Volumes/dropbox/test.pxm: Operation not permitted
      cp: /Volumes/dropbox/test.pxm: Invalid argument
      It still copies though.

  • @davebannon6949
    @davebannon6949 Před 7 lety

    Huge fan of your videos..... without you I don't even know if I would have chosen unraid. Here is my current problem was wondering if you have advice. I am trying to back up around 30 Bluray disks. Once ripped they are around 30 GB do you know of a good way to compress them in unraid. My PC is strong enough to do this, but would rather my server handle it.

    • @SpaceinvaderOne
      @SpaceinvaderOne  Před 7 lety

      Sure best thing to use is the docker container handbrake. i will email you :)

  • @CarlosRojoCelladoc_rojito

    This is great. So far i got to setup googledrive and dropbox... but that is it... rclone does not recreate the files nor folders on the /mnt/disks/cloud_service_folder neither by its own or using the rclone copy/copyto/sync commands... did I do something wrong? /mnt/disks/ is browsable in krusader only that i have, eg. 2 empty folders /mnt/disks/dropbox and /mnt/google..
    if i use the rclone ls or lsd commands i get the files/directories on both services but that is it... how do I make rclone to a) start copyin/syncing content from the cloud services into the created dirs (created with and without rclone (mounted as a share from smb settings)
    please hellllp

    • @CarlosRojoCelladoc_rojito
      @CarlosRojoCelladoc_rojito Před 6 lety

      must add that if i go rclone copy or rclone sync eg. rclone copy dropbox:Public /mnt/disks/dropbox/ it copies the file inside the Public folder of the real dropbox into the root folder of the dropbox folder inside unraid
      need help...
      anyone?

  • @QuentinKingH2O_King89
    @QuentinKingH2O_King89 Před 6 lety

    for secure-cloud how would you set it to be "secure"
    Export: yes (hidden)
    Security: private
    user "john-doe": read/write