Everything posted by Stupifier
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Wow....I always thought it was only possible to safely/correctly backup VMs if they are shutdown. Your method is safe!?
-
[Plugin] rclone
Those extra flags are a mixed bag. I'd recommend looking each individual flag up in the rclone documentation. -You should use the fast-list flag for your sync jobs as long as there are not massive changes to be synced. -If you have a massive bandwidth take a look at the transfers/checkers flag -If you are transferring massive amounts of data utilize the tpslimit flag to avoid api limit bans Read docs on the rest or find forum posts about em. I personally use that specific command to sync one massive Google drive to another Google drive (I modified the paths when I posted obviously). And I use Google Compute Engine (GCE) instances to do that specific rclone transfer cuz GCE has completely insane bandwidth to/from Google drives (almost 1GB/sec, yes Gigabyte not Gigabit).
-
[Plugin] rclone
Here is an example rclone sync command....that syncs my entire Google drive data.....into /home/gdrive/. It is a one-way sync..FROM Google Drive TO /home/gdrive/ rclone sync -c --transfers 40 --checkers 40 --tpslimit 5 --drive-upload-cutoff 256M --drive-v2-download-min-size 0M -v --no-update-modtime --drive-chunk-size 128M --fast-list --disable move,copy --log-file="/home/seed/rc-uploadlog.log" gdrive: /home/gdrive/
-
[Plugin] rclone
I'm not sure exactly what you're trying to do...but yes, if your rclone config remote name is "google-drive-myusername".....then your rclone sync command should include "google-drive-myusername:". Look at the rclone sync documentation for further help. I just wanted to make sure everyone knows what rclone mounts are designed for and why they were having issues. Just keep to my guidelines in my prior post and rclone will work great
-
[Plugin] rclone
Guys....do NOT attempt rclone copy/ sync commands from or to rclone mounts. It is known to be very unreliable. This is why you are all experiencing IO errors. Instead, point directly to your rclone remote (ie gdrive:) as your source and/or destination in your rclone copy/sync commands. Generally speaking, rclone mounts are only good for READING data, not WRITING. And if you are writing data, it is buggy and only works with small amounts of changes. Moral of story.....only use the rclone mount to READ. If you need to write, do not involve the mount AT ALL. This is not really a bug or anything specific to Unraid.....it is just how rclone works
-
[Plugin] rclone
Yaaaa.......its not possible with rclone. rclone only supports the Google Drive space....which you said you have limited space....so....probably not a solution for you.
-
[Plugin] rclone
If I understand correctly, you want to use rclone to copy photos from UNRAID to.....where exactly? rclone supports Google Drive and Google Cloud Storage as destinations.....those are the only Google-related destinations rclone supports.
-
[Plugin] rclone
Use rclone-beta plugin (yes the plugin)......not the Docker Container. Then open a shell and type "rclone config" to begin your setup
-
[Plugin] rclone
Try this alternate unmount command (example below) umount -l /mnt/disks/google_mount
-
[Plugin] rclone
Find an rclone docker that works for you or fire up rclone in a VM. THOSE are your only options. Don't think plugins can be assigned their own IP
-
[Plugin] rclone
just open up the command line, type "rclone config".....setup a new remote and follow the on screen instructions. When it says something like "if you don't know, leave blank....." or "default: blank"......just LEAVE IT BLANK. Then near the end of the setup it will ask if you want to do Auto Config Y/N.....Say No, and Open the link on a computer to get the token.
-
[Plugin] rclone
You know the Client ID and Secret are not necessary, right? You can leave those black during setup. Only thing necessary is the AutoConfig link authorization token.
-
[Plugin] rclone
Check here..... Research vfs. I bet your rclone mount command needs to look something like these. Read a bit of the thread there and go to the GitHub in the first post there. Research it. https://forum.rclone.org/t/my-vfs-sweetspot-updated-30-aug-2018/6132
-
[Plugin] rclone
FWIW, I had to uninstall/re-install the rclone-beta plugin in order for it to work again........
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Somehow, I'm not sure exactly how......my NodeRed container got hit with a Crypto Miner today. Anyone else experience this? Just wonder if it is specific to ME or is it actually the DockerHub/CA update that got contaminated. Surprisingly, they actually added a bunch of Flows like this into my Node-Red. Found more about this specific miner from this digitalocean thread. repository "nodered/node-red-docker:v8" https://www.digitalocean.com/community/questions/what-is-this-sustes-in-my-process-in-my-cpu-stats
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
No idea. I don't use Mac OS. You can try using the force shutdown option in the settings. Other than that, I dunno. Good luck.
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Not sure what you're talking about. When I run this script (with the proper settings)....each of my VMs automatically shut down before they backup in sequence. Recheck your settings in the script....there are MANY settings
-
[Support] Linuxserver.io - NZBGet
How do we get NZBGet Beta version using LinuxServer Docker template?
-
[Plugin] rclone
Pretty sure a domain is required. Get one. Costs like $0.99 per year for a cheap one from Namecheap
-
[Plugin] rclone
Guide for setting up CloudFlare CDN. This assumes you have already given your Domain over to CloudFlare to manage. https://plexguide.com/wikis/cdn-content-delivery-network/ If you haven't given your domain to CloudFlare yet.......here is a sort of guide on that too. https://plexguide.com/wikis/cloudflare-and-traefik/
-
[Plugin] rclone
Dedicated Intel i7-4770 2x SSD 240GB 32GB DDR3 $37/month from Hetzner If I remember it is up to 30TB/mo Upload and unlimited download. All on 1 gbps line Yes the server is in Europe and I live in on USA East Coast...but once you configured CloudFlare CDN, there is no issue with Plex speed at all. It's impressive
-
[Plugin] rclone
Well, my PlexGuide is in a Dedicated Remote Server I rent..... My local UnRAID server still physically holds content too. I can't handle it only living in the cloud, that scares me
-
[Plugin] rclone
I actually use PlexGuide to handle my Plex rclone mount and my entire Usenet stack. Works magnificent and I believe it uses vfs
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
I would need some instruction in order to ADD that into script. But yes, that is what I was going for. Thanks!
-
[Plugin] CA User Scripts
Try and see. So, according to documentation, the command below: https://crontab.guru/#0_3_3-15,17-31_*_*/2 0 3 3-15,17-31 * */2 Should do the following: “At 03:00 on every day-of-month from 3 through 15 and every day-of-month from 17 through 31 if it's on every 2nd day-of-week.” It is fine with everything in the command EXCEPT that last part.....Boo ?. Here is the strange part. 0 3 3-15,17-31 * * This works, Script fires 0 3 3-15,17-31 * 4 This does not work, Script just doesn't fire 0 3 3-15,17-31 * */2 This does not work, Script just doesn't fire 0 3 3-15,17-31 * THU This does not work, Script just doesn't fire