ProphetSe7en

Members
  • Posts

    125
  • Joined

  • Last visited

Everything posted by ProphetSe7en

  1. I cant get my nvidia gpu to work with Handbrake. It works fine with jellybean and other containers, but not with Handbrake. Any tips on where to start looking for errors?
  2. I have some issue with borg from this plugin Traceback (most recent call last): File "/usr/bin/borg", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
  3. Thank you. Need to look into that and see what I can make of it. I have made a script for testing discord messages. This one sends a message to discord. All it does is showing a bell, pinging my user and type the text "this is a test". Now I need to figure out how to integrate it to the script to get the correct message. curl -X POST "webhookurl" \ -H "Content-Type: application/json" \ -d '{"username":"borg", "content":":bell: Hey <@userid> This is a test"}' There is also a script that uses borg + rclone. At the end it sends a email if any error or backup has finished without errors. It should be possible to change this to use discord, I just dont know how to yet. https://pastebin.com/8WGmJgiQ
  4. Hi. I am using this plugin to backup some stuff to my gdrive. Is there any way to get a notification on completed backup or if there was any error during backup? I would prefer the notification to be sendt to discord using webhook, but pushover or email is ok too. I ended up with the script like this. Is there anything I should change for it? rsync -ahv --delete --partial --ignore-existing source destination
  5. Thank you. Do I have to change anything in the template to make the blu-ray drive be available in the container?
  6. Just found this thread after searching for bluray ripping in unraid. Can it be setup to add multiple languages? I want to rip all pixar/disney blurays I have laying around. For that I need original language + our local language. Do I get any control at all on how the quality will end up at the end for my .mkv?
  7. Thank you, got it working with linuxserver, not with binhex. I enable it, but when I play a movie the settings gets reset. Is like all settings in the binhex container resets. When adding shared network folder I get an error. When adding the same path to linuxserver og binhex-emby there is no issue at all, only for binhex-jellyfin. Same goes for some of the other settings like use nfo, transcoding and some other stuff. nfs://unraid-server/mnt/user/shared/media/movies/
  8. How can I use this with my nvidia 1060 card for hw acceleration and transcoding?
  9. Hi I was looking into the borg+rclone setup and it looks like this is what I need. Is it possible to change the script to get discord notifications and not email notifications when backups has error or is done?
  10. Really helpful! I was asking because I already seen all the spaceinvader videos and haven't seen him change the icon theme for krusader in any of them!
  11. Is it possible to change the toolbar icons in krusader?
  12. I see there is a lot of .torrent files in \rutorrent\share\users\admin\torrents Can I delete these without creating any problems for files being seeded? Why are some torrents stored in this folder in addition to the session folder?
  13. I did set it up manually when using Airvpn. If it is just as easy and a one time thing I dont mind doing it manually Need to look into it before deciding. Thank you One more thing. I see that my container is using both google and opendns. Should I remove them and use the ones in the pia/air excampel on github? From: NAME_SERVERS 209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4 To: NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1
  14. I see there are option to use PIA and AIR. If I want to use torguard, do I just set it to custom, add username:password and openvpn files like I normaly do using PIA? Or is there a different approach to get torguard working with rtorrentvpn? Any reason not to choose torguard? With 50% off it is a really nice offer so I am considering them over PIA now that my subscription runs out.
  15. I little update here if anyone else has the same issue. I added acpi_enforce_resources=lax to the syslinux.cfg and now all fans show up in unraid. So to next issue. My motherboard is from asus and all fans are controlled from bios based on MB temp. To control the fans from unraid and not from bios how do I configure them in bios? For DC mode and PWM mode I got some additional options. Edit: Ok, so I am getting somewhere. I set the q-control in BIOS to disabled and I can now control the drives from the plugin. My last issue is how do I get it to control more than one fan from my motherboard?
  16. Hmm. I have detected all sensors running sensors-detect. Running owmconfig I get this message There are no pwm-capable sensor modules installed I know the board has pwm for fans and that my fans support it.
  17. Hi. Trying to figure out how to control my fans from unraid. My Asus Maximus Hero II dont detect any fans at all. I have tried different settings in bios regarding DC mode, PWM mode and also disable but it wont detect any fans at all. For temps it shows all of them, only fans that causes a problem. Drivers in use are coretemp nct6775. Is there any other drivers I should test with?
  18. @JoeUnraidUser Will take a look at the script. Thank you This is how I have it setup now. I want to keep it this way, but in addition I want to create a backup of flashdrive/appdata using duplicati. In duplicati it is really easy to choose one file or folder to restore. That wont work if I take backup of the zip files from CA backup/restore. If I figure out how to restore a singel file or folder the backup created by ca backup/restore I would probably drop duplicati for appdata folder.
  19. Is there any way to install this plugin now that it is deprecated? Edit: Never mind. I found the settings to show deprecated apps
  20. I need a script to stopp all containers at a given time, and then restart them again after xx minutes. I want to run duplicati on my appdata once a week and for the backup to be done properly I need the dockers to be stopped during backup. Anyone have a script that I can use for this?
  21. Maybe someone can help me out here. I see there is an option to Update Applications On Restart. Does this mean that I can set "Update Check Frequency: Disabled" in Auto Update Applications and let CA Backup/Restore manage all the updates? I also want the backup to run on every weekdays and not weekends. How do I make a Custom Cron Entry to achieve this?
  22. Is it possible to restore data from only one docker and not all my appdata folder?