Everything posted by DZMM
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
- mount_rclone and mount_mergerfs are virtual folder so it doesn't matter. I've set mine to 'no' though - /local - user choice if want to use a faster cache or pool drive, or use the array. I've set mine to 'no' as I don't need fast access and files don't tend to hang around long before being uploaded. I do use a separate /downloads for my nzbget intermediate files that are saved on a pool drive, with complete files moved to the array You need to remount as the size is set when you do the mount. I've gone for 400GB as that works well for me with the size of my array, as I've got about 7 mounts so it's 7x400=2.8TB of cached files in total out of my 16TB total storage. My two array drives are spun up pretty much 24x7 and I don't have a parity drive to slow them down, so I don't think I would benefit from an SSD or NVME for the rclone cache. Remember these files are separate to the plex meta files which are small and numerous, so benefit from a fast drive. If I were you, I'd just use a normal HDD outside of your array so your parity setup doesn't slow the drive down.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Can you file a report in the beta35 thread please. I don't know if it's related, but beta30 and beta35 cause my machine to completely freeze/crash and I have to do a hard reset. If anyone else is successfully using beta35 then please shout out!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
FYI Important Security update to fix potentially vulnerable passwords: https://forum.rclone.org/t/rclone-1-53-3-release/20569
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks - I've just added.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
https://github.com/BinsonBuzz/unraid_rclone_mount/commits/latest---mergerfs-support/rclone_mount
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Roll back. I can't explain the behaviour your seeing as I've been running the latest rclone version for a while without any problems.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Are you sure it's downloading everything - maybe Plex is analysing files as part of scheduled maintenance? If you want to reduce the size of the cache, reduce the size of RcloneCacheMaxSize="400G"
-
6.9.0 beta 35 - total machine lock within 5 mins
I managed to run beta 35 for about 5 mins before it totally locked me out/crashed - VM stopped working, and when I tried to connect to the server via the LAN, the dashboard wouldn't load. No joy with SSH. I had the same problem with the other betas between 25 and 35, although I don't think the lockdown occurred as fast with the sub 35 builds. Beta25 has been running fine for me. I've attached the diagnostics I captured after I rebooted into safe mode to rollback to see if they shed any light why I can't run the builds beyond beta25. highlander-diagnostics-20201116-1418.zip
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Have you looked at the actual path to see if there are two files there? I'm not sure if it's a rclone/script or sonarr/radarr issue, but this happens to me sometimes as well e.g. same file like your scenario or two versions of the same show/movie. If I spot them and I can be bothered I tidy up, but I have so much content now that if it plays I don't do anything. The one thing I am anal about is fixing Plex posters as I hate the ones with lots of text on that it seems to default to! Also, movie ratings as I like to have mine consistent as I use them to filter my kids' libraries e.g. they can only see GB/U, GB/PG, and GB/12.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Not sure. Sometimes it stops working (rare) and I have to do a quick tidy up e.g. my dockers might not have stopped in time and I have to actually managed to physically add files to /mount_mergerfs, that I have to move manually to /local, so I can re-mount.
-
[Plugin] CA Appdata Backup / Restore v2
Thanks - perfect.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I've just updated the mount script to support local file caching. In my experience this has vastly improved playback experience and reduced transfer, and is definitely worth an upgrade. To utilise you need to be on V1.5.3+ The new toggles to set are in the REQUIRED SETTINGS block: RcloneCacheShare="/mnt/user0/mount_rclone" # location of rclone cache files without trailing slash e.g. /mnt/user0/mount_rclone RcloneCacheMaxSize="400G" # Maximum size of rclone cache RcloneCacheMaxAge="336h" # Maximum age of cache files I use /user0 as my location as I have 7 teamdrives mounted, so I don't have enough space on my SSD. Choose wherever works for you. https://github.com/BinsonBuzz/unraid_rclone_mount/blob/latest---mergerfs-support/rclone_mount
-
[Plugin] CA Appdata Backup / Restore v2
Is there a way to check in a script if an appdata backup or restore is occuring? I have another script running that restarts dockers if they aren't running - I just realised I need it to NOT restart dockers, IF the appdata script is running. Thanks in advance.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
@Lucka glad you for them all working without any hiccups. When they run smoothly in the background, it is really good if you have enough bandwidth. It's saved me thousands of pounds in storage and a fair chunk in electricity cost from fewer HDDs spinning. Using traktarr is a good addition
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Just the upload script if it's upload speed you're adjusting. Whatever you run in a command i.e. the scripts, overrides the settings in the rclone config file
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
The upload script checks for the presence of the mountcheck file in the right place that is created by the mount script. The check is failing - check you've mounted correctly and/or that your remote names match.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
This is a very old method and has been replaced with the use of Service Accounts
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
If you use the mergerfs versions of the scripts that supports hardlinks, this is all taken care of i.e. the files stay local until removed from your torrent client
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Good work! In the scripts you can set BWLimits and schedules to fit your connection/usage. If you've 4.375MB/s, I would recommend only scheduling this speed for overnight. You can try playing around with drive-chunk-size etc to see if that helps if you're really trying to squeeze out a few more MB/s.
-
[Support] Organzir Organizr
Nope. I tried to do from scratch using the instructions, but I couldn't get it to work and ran out of time so I had to disable auth. I'll have another go when I have time. I found the instructions confusing as I'm not that technical, but that could be me - I need to dig up the blog that I followed before as that was easy to follow and covered just the unraid docker scenario.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hmm they used to work, I must have deleted by accident. I'm going to do some work on the script soon so I'll add this to the list of things to fix.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes please. This thread was setup so we could improve the setup together. Fingers crossed we can implement a one-provider solution using rclone union.
-
[Support] Organzir Organizr
Thanks deleted. I'm going to go and read up first on how the auth thing works again and implement from scratch. I did this ages ago following an online guide and I can't remember how I did it, so I guess it's time for a refresher.
-
[Support] Organzir Organizr
Swag logs: Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Certbot: https://supporters.eff.org/donate/support-work-on-certbot To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=Europe/London URL=mydomain.com SUBDOMAINS=onlyoffice,ha,nextcloud,www,qbittorrent,unraid,help,synclounge EXTRA_DOMAINS= ONLY_SUBDOMAINS=false VALIDATION=http DNSPLUGIN= [email protected] STAGING=false SUBDOMAINS entered, processing SUBDOMAINS entered, processing Sub-domains processed are: -d onlyoffice.mydomain.com -d ha.mydomain.com -d nextcloud.mydomain.com -d www.mydomain.com -d qbittorrent.mydomain.com -d unraid.mydomain.com -d help.mydomain.com -d synclounge.mydomain.com E-mail address entered: [email protected] http validation is selected Certificate exists; parameters unchanged; starting nginx [cont-init.d] 50-config: exited 0. [cont-init.d] 60-renew: executing... The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). [cont-init.d] 60-renew: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Server ready nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) The nginx logs were very long, so I hope this snippet is useful:
-
[Support] Organzir Organizr
Organizr is working, I just can't access the sites that use the Organizr auth usergroups