KnifeFed

Members
  • Posts

    111
  • Joined

Everything posted by KnifeFed

  1. And ad a link in the plugin description 😉
  2. That's the old, deprecated plugin. You should uninstall it and install this new one, named "Appdata Backup" in Community Applications.
  3. Pretty please, remove the forced notification. There's no way to block it.
  4. I just created a new script with: #!/bin/bash docker exec binhex-krusader curl -s https://jsonplaceholder.typicode.com/todos/1 And I get the output: { "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false } Does that not work for you?
  5. docker exec <container> curl -s <url>
  6. You didn't read the comment correctly. @itimpi explained that it's not an issue with SMB itself, but rather how your Unraid system is configured (settings unrelated to SMB): mainly if Turbo Write is enabled or not. In addition to that it's due to how the main array and parity works in Unraid (compared to e.g. RAID) which doesn't really allow for super high write speeds (especially with Turbo Write disabled).
  7. I second this feature request. The easiest way to do it currently is by restarting the Docker service, which is far from ideal.
  8. Something like this would make more sense, IMO:
  9. Thanks for a great plugin. I would love to have a global exclude, like the old plugin. In that one, I had e.g.: .cache,.caches,*.log,*.log.*,*.tmp,cache,Cache,caches,Caches Although, since the exclude paths need to be absolute now, why have them per container anyway? I feel like it would be easier to maintain excludes in a single place. Or am I missing something?
  10. I'd argue using an Unraid plugin is easier and more maintainable than the manual method. `un-get install tcpdump` is pretty simple and `un-get upgrade` is extremely useful. Besides, you didn't even mention where to download the package so that's not particularly helpful.
  11. If they need it now, this is a fast way to get it (and many other packages not available in NerdTools). I'm not sure what you're taking issue with.
  12. You can install it via un-get.
  13. If you use the official Unraid USB backup, it's already a git repo.
  14. Am I understanding correctly that the latest version breaks the creation of hardlinks for all users and it's not being rolled back?
  15. I agree. I much preferred having it always visible.
  16. You can get nethogs here: https://slack.conraid.net/repository/slackware64-current/nethogs/
  17. @KluthR I see some people here are being... less than courteous... about the fact that you've taken over development of this plugin, with the aim of improving it, and I just want to say that it's much appreciated and: thank you!
  18. Yeah, there was a commit 16 days ago and it contains e.g. the same version of fish shell they had for Unraid 6.8. That's version 3.10, which was released 1 052 days ago. Although, NerdTools doesn't have fish shell at all, so ¯\_(ツ)_/¯
  19. The cron Wikipedia article explains the syntax pretty well. You can use a generator, e.g. Crontab.guru, to get the expression you need. "Every day at 0:00" would be: 0 0 * * *
  20. You forgot the link, but if you're referring to this then that's something else. Pause/resume is not the same thing as stop/start. I back that container data up every night and it has never "broke".