Everything posted by DZMM
-
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.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Not sure what's going wrong. Does your cleanup script look like this? (i use a teamdrive) ################### Clean-up UnionFS Folder ######################### echo "$(date "+%d.%m.%Y %T") INFO: starting unionfs cleanup." find /mnt/user/mount_unionfs/google_vfs/.unionfs -name '*_HIDDEN~' | while read line; do oldPath=${line#/mnt/user/mount_unionfs/google_vfs/.unionfs} newPath=/mnt/user/mount_rclone/tdrive_vfs${oldPath%_HIDDEN~} rm "$newPath" rm "$line" done find "/mnt/user/mount_unionfs/google_vfs/.unionfs" -mindepth 1 -type d -empty -delete rm /mnt/user/appdata/other/rclone/rclone_mount_cleanup exit
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
You only have to uninstall and reinstall the plug-in to update - no need to reboot. You can risk just doing this in isolation, but I'd recommend unmounting and stopping plex, sonarr etc i.e anything accessing the mounts first. I'm going to do this when I get home later this week to try the new memory switch
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I'm still on 6.6.6 and it's rock solid for me - if it's ever dropped I haven't noticed
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Are you sure your script is setup correctly? Here's mine: #!/bin/bash ####### Check if script already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_mount_cleanup" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting as script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_mount_cleanup fi ####### End Check if script already running ########## ################### Clean-up UnionFS Folder ######################### echo "$(date "+%d.%m.%Y %T") INFO: starting unionfs cleanup." find /mnt/user/mount_unionfs/google_vfs/.unionfs -name '*_HIDDEN~' | while read line; do oldPath=${line#/mnt/user/mount_unionfs/google_vfs/.unionfs} newPath=/mnt/user/mount_rclone/gdrive_vfs${oldPath%_HIDDEN~} rm "$newPath" rm "$line" done find "/mnt/user/mount_unionfs/google_vfs/.unionfs" -mindepth 1 -type d -empty -delete rm /mnt/user/appdata/other/rclone/rclone_mount_cleanup exit
-
[Support] Linuxserver.io - NZBGet
I've just noticed after realising that my downloads weren't pausing when DestDir dropped below my disk space setting ( InterDir is working fine), that my Free disk space in status is showing as 0.00MB. Is this something I can fix? Thanks in advance
-
[Plugin] CA User Scripts
Thanks I know how to get the size, but how do I do the if bigger than 100GB then.... bit?
-
[Plugin] CA User Scripts
Edit: Ignore - found a better way of tackling my problem Can I get some help from someone more knowledgeable than me please. What I want to do is check if a directory on my array is larger than 100GB e.g. check if /mnt/user0/downloads/nzbget is larger than 100GB. The reason I want to do this is if I can work out how to do the check, if positive I'll pause my downloads as I'm finding that if mover moves too many files to the array before they are added to the right directory I start suffering IO meltdown. Thanks in advance.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
My setup is: Unassigned NVME - for my main VMs and all Plex appdata SSD Cache drive - docker and other appdata; and cache Unassigned SSD - low priority VMs and nzbget/transmission downloads
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
https://support.plex.tv/articles/200381023-naming-movie-files/ @francrouge here's a couple of other tips to speedup plex. Here's a good one @slimshizn shared with me last week - makes a big difference for me https://github.com/Cloudbox/Community/wiki/Speed-up-Plex I also found this one last night, which has made a big difference to my library browsing 'speed' as images load much quicker as the cache isn't flushed of images not accessed in the last month. It will mean my cache will get big overtime but for now that's not a problem https://support.plex.tv/articles/201553286-scheduled-tasks/
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
@francrouge that's got nothing to do with the rclone setup - plex's scanner sometimes does that. I find restarting Plex sometimes helps