meyerjoe83

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by meyerjoe83

  1. When I create a copy script, once I abort the script still seems to run. Is there a way to stop all rclone scripts running or some way to stop copying if the script isn't running in the background?
  2. Oh I didnt' realize those were variables, I thought it was just the instructions. I figured it out finally. I tried manually creating the Mount folder by adding a share. But you have to let the script create that new folder. Like I said I am noob, but thanks for the help guys!
  3. I don't see a folder for /mnt/disks/ I have tried /mnt/user and I have tried /mnt/disk3 but neither seems to work. How do I get the option for /mnt/disks?
  4. I am using the scripts now and still not seeing anything on the mount. I am using the mount script. I have my docker container set to r/w slave. When I go into that folder listed in the mount script I am not seeing any contents still though #!/bin/bash #---------------------------------------------------------------------------- # This script mounts your remote share with the recommended options. | # Just define the remote you wish to mount as well as the local mountpoint. | # The script will create a folder at the mountpoint | #---------------------------------------------------------------------------- # Local mountpoint mntpoint="/local/path" # It's recommended to mount your remote share in /mnt/disks/subfolder - # This is the only way to make it accesible to dockers # Remote share remoteshare="remote:path" # If you want to share the root of your remote share you have to # define it as "remote:" eg. "acd:" or "gdrive:" #--------------------------------------------------------------------------------------------------------------------- mkdir -p $/mnt/user/disk3 rclone mount --max-read-ahead 1024k --allow-other $secret: $/mnt/disk3/Mount &
  5. It's just a hunch but I'd say the mointpoint does not exist. Also, update your plugin if you don't have the latest. The OP needs to be updated to reflect this but the latest version supplies scripts for mounting and unmounting (for the user scripts plugin). All you have to do is specify the source and destination so you don't have to deal with things like forgetting to create the mountpoint first. If you do have the latest version just go into the settings page for the plugin to activate the script. Yes, or editing an existing container. Thanks for the help. I was able to get the mount run without errors and added it to plex, but don't see any contents. This is my Mount Script mkdir -p $/mnt/disk3/Mount/ rclone mount --max-read-ahead 1024k --allow-other $secret: $/mnt/disk3/Mount/ & This seems to work because I am not getting any errors in the logs, but I may be incorrect I have my container for plex setup like this: /mnt/disk3/Mount/ Access Mode: RW/Slave Any thoughts on why content isn't showing up? Appreciate the help, I'm definitely a noob when it comes to this
  6. Hey, I don't understand your directions on how to mount: I created a folder called mount and tried running this command: rclone mount --allow-other secret: /mnt/user/mount/ & I get this error: Fatal error: failed to mount FUSE fs: mountpoint does not exist: /mnt/user/mount What am I missing here? For this part of the instructions: Set the container/host volume with a mode of Read Write,Slave, else the files will not show up inside the container. That is when I am creating the container for plex?
  7. alright i'll check over there as well. thanks
  8. Hey, Have been using the normal sync and it has been working. Wanted to change to copy instead of sync so did this: /data = /mnt/user/ SYNC_DESTINATION = secret SYNC_DESTINATION_SUBPATH = plex So I made: SYNC_COMMAND = rclone copy /mnt/user/ secret:plex I am not seeing new files come in though and it has been about 24 hours (I have about 8TB of data). I didn't see any errors in my code in the logs, but let me know if my syntax is incorrect. How does it work because I notice it has re-run multiple times and still no changes (I see it has restarted 4 hours ago in the log and is up to 4 hours running). Does it time out after a certain amount of time or will it start back up from where it left off or is that log file not accurate? Anyone have any idea how long it generally takes to scan through around 8TB of data and then copy any new files over? I was going to manually run it later tonight or tomorrow not through the docker but through putty to see if it works that way but figured I'd check here while I wait to give it more time.
  9. I'm using SABnzbd and they are both pointing to: /mnt/user/Downloads/couchpotato/ It's weird because I can see the folder when I choose that director in couchpotato.
  10. Hi, Thanks for the docker. Was able to get everything setup and working except the renamer. I get this error. I am using the /downloads/couchpotato/ as the from folder; so the subfolder it is referencing is indeed in that folder, not sure what to change,hoping this is just a easy fix that i missed [tato.core.plugins.renamer] The provided media folder /downloads/couchpotato/kubo.and.the.two.strings.2016.1080p.bluray.x264-geckos.1-Obfuscated.cp(tt4302938)/ac8ad3d1ba5644c8b2a007f822ab9bda.mkv does not exist and could also not be found in the 'from' folder.
  11. oh ya im a dummy.. that was it.. didnt realize there was a difference between Mb and MB
  12. I ran speedtest on my unraid server and got 100MB/S upload and download. Wondering why I can only download at 5MB/S using sab and usenet and upload using rclone at 3MB/S Any ideas?
  13. Are you on unRAID 6.1.9? If so update the plugin. Just tried that and got an error while trying to update: plugin: updating: speedtest.plg +============================================================================== | Skipping package tablesorter-2.27.6-x86_64-1 (already installed) +============================================================================== plugin: skipping: python-2.7.12-x86_64-1.txz - unRAID version too low, requires at least version 6.2 plugin: downloading: https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/packages/6.2/python-2.7.9-x86_64-1.txz ... failed (Invalid URL / Server error response) plugin: wget: https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/packages/6.2/python-2.7.9-x86_64-1.txz download failure (Invalid URL / Server error response)
  14. Tried installing using what the site said and also what was listed in this thread: https://lime-technology.com/forum/index.php?topic=46685.0; I have restarted plex and still do not see it show up under channels in plex. I have looked on both my server side version of plex web UI as well as accessing from plex.tv. Any ideas on how to get this installed? Trying to get Trakt installed download WebTools.bundle.zip from here: https://github.com/dagalufh/WebTools.bundle/releases/latest extract it locally rename the WebTools.bundle-2.1 folder to WebTools.bundle copy it to your Plex Plug-ins directory, the path will be something like: \\tower\appdata\Plex\Library\Application Support\Plex Media Server\Plug-ins If you get a permission denied error, you'll need to SSH to the server and: cd "/mnt/cache/appdata/Plex/Library/Application Support/Plex Media Server/" (or whatever the correct directory is on your server) chmod a+w Plug-ins then try copying the directory again when it is done you should be able to navigate to: \\tower\appdata\Plex\Library\Application Support\Plex Media Server\Plug-ins\WebTools.bundle\Contents if there are any extra directories between Plug-ins and Contents, you'll need to remove them.
  15. Just installed the plugin but can't seem to get it to run. I changed timeout speed to 60 seconds. When I click Begin Test all i get is "Internet bandwidth test started" and then a done button and results show up with no info. Logs show: Oct 28 04:18:55 Tower emhttp: cmd: /usr/local/emhttp/plugins/speedtest/scripts/speedtest-xml Oct 28 04:18:55 Tower speedtest: Internet bandwidth test started Oct 28 04:18:55 Tower speedtest: Host: Oct 28 04:18:55 Tower speedtest: Oct 28 04:18:55 Tower speedtest: Internet bandwidth test completed
  16. Ok finally got it setup with the default settings. But if I try and change the CHRON_SCHEDULE or SYNC_COMMAND i am getting the error below. If I remove CHRON_SCEHDULE and SYNC_COMMAND from the variables all together is the only way I can get the docker to save successfully. Any thoughts? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Rclone" --net="bridge" -e CRON_SCHEDULE="0 * * * *" -e SYNC_DESTINATION="secret" -e SYNC_DESTINATION_SUBPATH="plex" -e TZ="America/Los_Angeles" -v "/mnt/user/appdata/rclone2":"/config":rw -v "/mnt/user/Music/1TYM/":"/data":ro -v "/mnt/user/Music/ABBA/":"/data2":rw tynor88/rclone:dev Unable to find image 'bin:latest' locally Pulling repository bin Error: image library/bin:latest not found
  17. You have to setup two remotes to encrypt to Amazon: 1. Setup first remote using option 1 which is unencrypted e.g 'acd 2. Then setup second remote e.g. 'secret' choose option 5 and then select remote 'acd' and setup encryption keys 2a. When choosing 'acd' above, you also have to set a location on Amazon e.g if you want your encrypted files to be stored in an 'unRAID' folder on amazon, when specifying the remote for option 5 put 'acd:unRAID' I.e. 'remote:location'. if you don't set a location the encrypted files dont go to Amazon and are stored in your appdata!!!!! 3. Then to sync say your media file you enter 'rclone sync /mnt/user/media secret:media' which will put the files in unRAID/media on amazon 1) docker exec -it Rclone rclone --config="/config/.rclone.conf" config 2) http://rclone.org/amazonclouddrive/ 3) When asked about "Use auto config?" Choose N (no) 4) http://rclone.org/remote_setup/ Authorize rclone with ACD through another PC (your desktop PC) 5) http://rclone.org/crypt/ - Set up another encrypted remote which encrypts the one you set up in step 2,3,4 All data will be encrypted by rclone before being sent to ACD. Thanks guys!! I'll start working through this Hey Again, So I have been testing and tested first just on my desktop with rClone and not the docker. Was able to get it working with an encrypted file to ACD. I am a bit confused how I get started using the docker? When using it on my desktop I was using the command interface to create the config file, not sure how to get to that command line with the docker or if that is needed with a docker?
  18. So I have been looking around the forum and can't find info on what I want to do. I have 3 x 4TB drives. None are failing. I need more storage so want to add an 8TB drive I know the parity needs to be the largest so my thought was to make the new 8TB the parity and then the current 4TB parity a storage drive and then that gives me the option of adding 8TB drives as storage straight up in the future. I have seen this wiki: http://lime-technology.com/wiki/index.php?title=UnRAID_Manual#Replace_a_failed_disk The wiki looks to be specifically for a failed drive though. Is this the same way I should do add the new larger parity drive in my case, not sure since it isn't failing?
  19. You have to setup two remotes to encrypt to Amazon: 1. Setup first remote using option 1 which is unencrypted e.g 'acd 2. Then setup second remote e.g. 'secret' choose option 5 and then select remote 'acd' and setup encryption keys 2a. When choosing 'acd' above, you also have to set a location on Amazon e.g if you want your encrypted files to be stored in an 'unRAID' folder on amazon, when specifying the remote for option 5 put 'acd:unRAID' I.e. 'remote:location'. if you don't set a location the encrypted files dont go to Amazon and are stored in your appdata!!!!! 3. Then to sync say your media file you enter 'rclone sync /mnt/user/media secret:media' which will put the files in unRAID/media on amazon 1) docker exec -it Rclone rclone --config="/config/.rclone.conf" config 2) http://rclone.org/amazonclouddrive/ 3) When asked about "Use auto config?" Choose N (no) 4) http://rclone.org/remote_setup/ Authorize rclone with ACD through another PC (your desktop PC) 5) http://rclone.org/crypt/ - Set up another encrypted remote which encrypts the one you set up in step 2,3,4 All data will be encrypted by rclone before being sent to ACD. Thanks guys!! I'll start working through this
  20. I've read through the comments but am still not sure. Does this automatically encrypt files if I want to send it to ACD or is there something extra I have to setup? I see crypt on the rclone website, but wasn't sure if I needed to set it up to go to crypt and then ACD or if it will encrypt files that I send to ACD already?
  21. Was entering the wrong gateway. Looked on my router to try and find and it wasn't the right one. Found it under network connection details under my control panel and once I had the right one it saved and stuck properly. Thanks!