tmoran000

Members
  • Posts

    234
  • Joined

  • Last visited

Everything posted by tmoran000

  1. Thank you, I remember you mentioning it but now that I am live I just couldnt remember what you said. I have enough ram for now but I typically have 10-15 people streaming at any one time so I just didnt want to run into any issues. Maybe Ill just add some more ram to give me some over head and see how it goes, Otherwise I will do what you said with lowering the Buffer size. Plex already has a dedicated 500gb ssd for metadata and transcoding .
  2. Thank you. With Rclone cache, does that let you choose where it gets cached to? i.e. if I add a 120 SSD Mount to unraid, can I choose that as the cache for the streaming so that it does not hit ram or any other location on the array?
  3. So I have been running Rclone for a couple of weeks after getting some help setting it up and I have a few questions about it. First, When I am transferring, Every so often I get the following error and if I hit retry it just pops back up however if I wait a while and hit retry it will pick back up. my thought is that my uploads are storing on a cache drive of 750gb on google and I have to wait for some files to move off before I can put more onto it, well atleast thats what it seems because of needing to wait some time before I can put some more to google. Second: When someone is streaming to plex from the Rclone mount, I would assume that this file is temp stored on the server while It is being streamed, Now does this create a cache folder on the array and then clears when it is done streaming. Or does it hit ram. I ask because it appears that when someone is streaming my ram usage is raised but when done it lowers. Now when I was getting help I do not recall any caching set up and I know he had mentioned something about it but I have not done any configurations about it. Can anyone answer either of these questions?
  4. I did follow the second link posted and restart the Server and windows 10 at the same time and now I am able to sign in with the second User I created. What a pain in the ass this has been. Thank you all for who responded
  5. right. so I only have my root account. when I use root as the user name and my password it says incorrect, So I created a second user in Unraid and tried it and yet still it fails
  6. I followed and the SMB options were already ticked. I can see the folders but it asks for credentials and when I enter the only credentials I have it acts as if I am entering the wrong ones Edit*** Actually it says Access Denied
  7. I want to throw a HUGE Thank you to Kaizac. He is a magic man! Had me up and running in no time and knows exactly what he is doing. Great work my friend!
  8. I created a share called NAS for all my machines to access and back up to. My Mac laptop, all my VMs and Windows 7 machine can see it and access the drive no issue. Never asks for credentials or anything. My Windows 10 machine for some asks for credentials to open the folder. I have the firewall off and its on the same workgroup which is WORKGROUP. When I click the NAS folder it asks for User name / Password and I use the same credentials I use to log into my Tower page but it says its incorrect. is there a certain format I should be using for the username? I just can not get this to work. HELP! Thanks all
  9. im gonna take a break and get dinner, I am in USA East coast so its about that time. Im going to pick up when I get back. I appreciate all the support yall are offering.
  10. As far as I know. I set up Stream first and then Backup.. I used all the default configuration when it offered it.
  11. ran unmount with above script.. here is log Then ran mount that we built and here is the mount after I mount it, I open Krusader, Navigate to /mnt/user/rclone_mount/Gdrive_Backup . and move a file there and it just copies there locally
  12. I have made a simple unmount script #!/bin/bash #---------------------------------------------------------------------------- fusermount -uz /mnt/user/rclone_mount/Gdrive_Backup fusermount -uz /mnt/user/rclone_mount/Gdrive_Stream I know the tutorial has a much longer one but it seems way over done for me, I ran this unmount and reran the mount and still same issue occurs. file copies to the folder on my server so now I have 2 on my server and none on google
  13. this is the current log ### Script Starting Wed, 13 Feb 2019 15:57:32 -0500 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt Script Finished Wed, 13 Feb 2019 15:57:32 -0500 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt
  14. I am sorry that I am so confused over all of this. but the number of names it requires doesnt make sense to me.. It has me name it (Gdrive_Stream) which is what.. the Team drive name? and then it has me make a crypt (Gdrive_StreamEN) What is this? the folder inside the Team drive called Gdrive_Stream . or is Gdrive_StreamEN:Secure...is Secure the name of the folder inside of the Team Drive titled Gdrive_Stream... its a Team Drive named Gdrive_Stream with a folder inside called Secure where I want the files to be stored but the config has me using 3 names all different so I am getting so confused. I looked through the tutorial at the beginning and still does not make sense.. ugh I feel like such a bother to keep asking all these questions..
  15. that still did not work. I made the update, reran the mount. and moved a small file into each of the folders and still nothing goes to Gdrive. just a repeat of what I have been seeing 😪
  16. Ahh yes, I see the error, Let me correct this and rerun the mount.
  17. [Gdrive_Backup] type = drive scope = drive token = (removed) team_drive = (removed) [Gdrive_SecureEN] type = crypt remote = Gdrive_Backup:Secure filename_encryption = standard directory_name_encryption = true password = (removed) password2 = (removed) [Gdrive_Stream] type = drive scope = drive token = (removed) team_drive = (removed) [Gdrive_StreamEN] type = crypt remote = Gdrive_StreamEN:Secure filename_encryption = standard directory_name_encryption = true password = (removed) password2 = (removed) this is what was built from putting the info in through SSH
  18. Once I get it working and see the settings that are working going back over will make more sense for sure. I updated the commands you fixed but I am getting an error on the logs that I have seen before when I have tried the different commands.. #### Script Starting Wed, 13 Feb 2019 15:44:27 -0500 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt Script Finished Wed, 13 Feb 2019 15:44:27 -0500 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt 2019/02/13 15:44:27 Failed to create file system for "Gdrive_StreamEN:": can't point crypt remote at itself - check the value of the remote setting
  19. here is my mount script I am unclear on this line . "rclone mount --max-read-ahead 1024k --allow-other Gdrive: /mnt/user/rclone_mount &" would I have to make an entry for all 4 entries, Drive 1 + encrypt and Drive 2 +encrypt? here is the share I made
  20. This is where I am at so far. Ready to make the Mount/unmount each Team drive has a folder in it called Secure where I want the files to go, I specified that when I made the Encrypt path Gdrive_Backup & Gdrive_SecureEN (Encrypted folder) is one Team drive Gdrive_Stream & Gdrive_StreamEN (Encrypted Folder is other Team Drive
  21. So I am clear, I set up a 2 team Drives? 1 for encrypted back up, and 1 for new Encrypted files to stream to Plex.... Also when I make the remotes would . have something like Gdrive and Secure_backup (encrypted) to backup what I have now on 1 Team drive and Gdrive2 and Secured_Files (encrypted) for Team drive 2 to host new files for plex?
  22. Thank you, Let me start with what I am trying to accomplish with this. I have unlimited Gdrive through a business account I have. What I would like to do if possible is Make an encrypted back up of my 65Tb of data into one folder on my Gdrive called Secure_Backup and then second I would like to host the remaining of my video files for plex in an encrypted folder on Gdrvie just called Data that Plex users will call video files and decrypt them before I transcode and send out locally. If this is possible. I am currenly sitting on an Rclone installed that has Auth Completed on Google and 2 Remotes set up that can be removed to start over and default config , mount, unmount so I am completely fresh at this point. Aside from the many guides out there. What would you advise be my fist step with this. Thanks again for the support! I appreciate it very much
  23. Yes I was Venting. I am to the point where I have 2 remotes, 1 for Gdrive and 1 Secure_Backup for encrypted data but I reset by mount and unmount and I am ready to just pay someone to remote into my stuff and set it up. I think I am over trying to screw with this. so Yes. Was just venting on how overly complicated this seems to be. Thanks.
  24. I have tried to follow this guide, Spaceinvaders guide and the Rclone support page and I still can not get this Flipping thing to work with my Gsuite. All it keeps doing is making folders on my server and anything i put in it think its transferring to the Gdrive it just stores locally. I am so frustrated with this.