Everything posted by DZMM
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Use Screen from nerd pack
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
You should avoid trying to write direct to the mount i.e. to /mount_rclone - always try to write to /mount_unionfs where the file(s) will get stored for a future upload in the background via /rclone_upload. You can also add files direct to /rclone_upload if you want, but it's best to use /mount_unionfs unless you know what you are doing so that you don't mess up sonarr, radarr etc Now to confuse matters - for files that are on gdrive that you want to move within the mount, I find the best way to move them is to move them in /mount_rclone rather than /mount_unionfs as this won't require you to download them just to re-upload, which moving within /mount_unionfs can result in.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
no - you just need to run rclone config again on the remote
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
My guess is you haven't created your own client_id: https://rclone.org/drive/#making-your-own-client-id
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
If you use the settings in my guide no files get written to disk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
If you're just mounting and not uploading files it all happens in memory. If you're uploading, then set your rclone_upload directory to cache only
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I think your Plex library needed a rescan
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
That's a Plex error. From a quick glance of the Plex forums it looks like you need to rescan/check your library folder setup
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
@SoloLab All ok now?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hmm the upload is independent of the mount so should work. If you run rclone config at the command prompt does it work? What's on line 25 of your script? The error message is one I added to the script, so isn't a 'real' one
-
How many TB's is your Unraid Server?
36TB with about 25% utilisation - most of it is a big 'cache' for files waiting to be uploaded to Google - about 300TB there
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
In the rclone mount
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Add --min-age 7d to your rclone upload command
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
If you're confident you won't be changing files eg using sonarr/radarr then yes you could use RW for everything. If not, RW on the mount would cause too many potential problems IMO
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Do you use tdrives? I can't get my space used anymore. I don't have a PB like you though - insane! I think I'm around 250-350TB. I'd love to ditch unionfs as well for better delete support and because it doesn't support hardlinks. Mergerfs does, but I'm waiting for rclone union to be beefed up for a all-in-one solution, and because mergerfs isn't available on unraid.
-
Can the mover be set to ignore some folder or user share?
I'm glad it worked, but you really need to have your Plex thumbnails on a SSD for speed!
-
[Support] Linuxserver.io - Plex Media Server
I've just noticed that I can't get to Plex via IP:32400 either, but my reverse proxy domain.com/plex is working. I'm not sure when it started - only noticed when radarr couldn't connect anymore
-
[Support] Linuxserver.io - NZBGet
yep cat6. I've just bought a new place and I'm hopefully getting cat6a - I've asked for a quote for both
-
[Support] Linuxserver.io - NZBGet
Yes, I had other stuff going at the same time. Speedtests were close to a gig and I can consistently get over 900Mbps up and down at the same time.
-
[Support] Linuxserver.io - NZBGet
I'm with gigaclear in the UK and I can pretty much saturate it when the demand's there - e.g. I'm uploading to google now at a constant 70MB/s as I've capped it and my downloads are running at between 60-80MB/s - earlier today I saw transmission hitting 100MB/s, with nzbget and other stuff running at the same time. I just have a gigabit nic on my pfsense VM with 3 cores allocated - max CPU utilisation I've seen is about 60%, although I turned off snort as it was causing problems and haven't got around to putting it back on yet. I haven't gone 10G network yet as I only have my unRAID server together with STBs and home automation stuff, so my 'bottleneck' is my internet so until that goes over 1Gbps I don't really need 10Gbps.
-
[Support] Linuxserver.io - NZBGet
I've got gigabit now. I sorted this in the end, but I'm getting no transfer this week at all - trying to fix now as I've been away
-
[Support] Linuxserver.io - NZBGet
I'm getting no transfer at all even after removing RC4-MD5 😞
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
use a file manager like krusader or mc and do manually
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I'm not sure why people are getting this error - try running the fix permissions tool and check your radarr permissions settings - mine's at 777. To manually check if working browse the mount mount_rclone folder directly - test by moving a file from the unionfs folder to a non-mount folder, run the script, check the rclone mount to see if deleted and then move the file back to rclone_upload folder so it gets uploaded again
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
depends what you are uploading. If you've uploaded a movie and then replace it with a better copy, this will be hidden and 'deleted' from the unionfs folder, but not from the cloud folder. So, if you ever mount the cloud folder elsewhere or differently, suddenly all the files you thought you'd deleted would reappear.