Everything posted by Hoopster
-
Stick with Unraid or move + Backup suggestions
I used to backup most of my Unraid contents to the cloud with CrashPlan (unlimited $10 a month), but, I have never used B2 since with their pricing model, that would cost me over $90 a month. I have a backup Unraid server to which I backed up my main server once a week through an automated rsync script. Since I have now moved that server to a location 260 miles away, it takes the place of my cloud backup. Both locations are on UniFi LANs, and I use the UniFi SD WAN capabilities to see the remote server by IP address just as easily as if it were physically in the same LAN as the local server. The rsync backup script runs unattended once a week and has been doing so for years. I also backup photos and Plex content to an Unassigned Devices external USB drive on demand (automated backup once plugged in) via an Unassigned Devices script. Out of curiosity, I looked at the UNAS but it seemed under-powered to me with an ARM Cortex A57 processor and I prefer the customization capabilities with Unraid; however, as you noted, it takes a bit of manual tinkering, but, I like that. Some Unraid users seem to gravitate to Lucky Backup for server to server backups as it is more GUI driven, but, I don't think that supports B2. I really can't point you to a GUI that helps you backup Unraid shares to B2 as I have zero experience with that.
-
Clarification on Shared Directory vs. Looking into the Directory in UnRaid
Since your Photos share is only on disk3, the /mnt/disk3/Photos and /mnt/user/Photos paths reference the same location. If Photos share were on more than one disk, the /mnt/disk3/Photos path would reference only those photos on disk 3. There would potentially be a Photos folder on other disks (depending on your allocation and split level settings) and the contents of the Photos folder across all disks would be referenced by the /mnt/user/Photos path. Shares (user or disk) are visible to WIndows if they are set to be exported. Since Windows can see /mnt/disk3/Photos you have disk shares set to be exported. I have five disks in my array and here are the setting for disk1 as an example: Export Yes (hidden) means that the shares are potentially visible in Windows, but, they don't show by default, you have to know and type in the network path in the Windows Explorer. In the case of the disk share above, as you know, I enter /mnt/disk1/ to see folders and files on that disk. You have to be really careful not to mix /mnt/disk paths and /mnt/user paths as this could result in data loss should they reference the same file. A move would copy a file, write it to the new location and then delete it from the original location; however, if /mnt/disk3/Photos/photo1.jpg and /mnt/user/Photos/photo1.jpg are referencing the same file, the result will be that it will not exist in either location as the delete step deletes what was just "moved" on top of itself.
-
Clarification on Shared Directory vs. Looking into the Directory in UnRaid
Unless you use the --delete option, files that are deleted in the source are not deleted in the destination location The rsync command uses the --delete option to remove files from the destination directory that are no longer present in the source directory. This ensures that the destination mirrors the source, including deletions. You would need to add the --delete option to your rsync command, so, rsync -avh --delete --progress /mnt/disk3/Photos/library "/mnt/disks/4TB Easystore/Immich" mnt/diskX path references a specific disk. If you want to reference the share, which can span disks depending on how you set it up, replace the /mnt/diskX/folder path with mnt/user/Photos. A share can exist across multiple disks. When you setup a share you can limit it to one or more disks if you wish. How is your Photos share configured. Also, do you have the share set to use a cache drive? If so, any files created in the share will actually exist o the cache disk until the mover moves it to the array. Just some things to check with your Photos share.
-
[Plugin] Plex Streams
Interesting. The Plex Streams plugin is working great on my main server. It's running Unraid 7.2.2 and there have been no problems for me with Plex Streams for a few years now.
-
Noob - What took me so long
Yes. I use the Live TV and DVR function of Plex to record OTA shows from HDHR to a share on Unraid.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
For me, having the Cloud Gateway Ultra in two different locations, I am easily able to switch between locations in the cloud-based controller. In addition, any device on site A is accessible to devices on site B and vice versa via the SD WAN capability (WireGuard under the covers). This makes it extremely easy to backup my main Unraid server at site A to a backup server on site B via my rsync backup script. If you have just one UniFi system you are managing through the controller, you might not see a lot of difference between the Docker-based controller and the built-in/cloud-based controller in the UnifFi gateway device. They were close to the same version (although I don't remember which version that was as it was over a year ago). The docker-based controller reborn was probably a version or two behind. It's fairly straightforward, not too much to be done. I can't recall exactly what it entailed, but you are guided through what you can do in an offline setup. Yes, after the offline setup, I replaced the UXG Lite with the Cloud Gateway Ultra and restored the backup I had taken from the Docker-based controller.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
I first went from a USG3 to a UXG Lite a a little over two years ago. That UniFi gateway does not have a built-in network controller so I used the Unifi controller reborn and went through several seamless updates as the controller version changed. A little over a year ago, I upgraded to the Cloud Gateway Ultra which has a built-in network controller which must be used. I have them in both my homes and they work great. Of course there are other models for 2.5G and even 10G networking, but since my Internet speed is "only" 500/500 Mbps, I don't need anything more than the Cloud Gateway Ultra and its gigabit ports. Here is the process I used to go from the UXG Lite/docker-based controller to the Cloud Gateway Ultra and the built-in controller: I had a self-hosted controller running in a docker container with a UXG-Lite gateway. I migrated to the Cloud Gateway Ultra (CGU) using a backup (settings only) of the self-hosted controller. I did the following (not that you have to do it this way): 1 - Changed the Inform host override IP address in the self-hosted controller to 192.168.1.1 (the IP address of the CGU) instead of the IP address of the host running the docker-based controller instance 2 - Made a backup (settings only) of the UniFi network configuration in the docker-based controller 3 - Stopped the docker-based controller instance and set it to not auto start on server reboot 3 - Connected the CGU to my laptop via an Ethernet cable in the CGU WAN port 4 - Did an offline setup of the CGU 5 - Disconnected the UXG-Lite and plugged in the CGU in its place connecting the Internet to WAN port and main switch to adjacent port 6 - Updated firmware on the CGU to latest 7 - Imported the backup from the docker-based controller instance 8 - Waited for all devices (3 switches and 5 APs) to adopt which they did fairly quickly That was it. I am now running the CGU with its built-in network controller instead of the docker-based controller instance with the UXG-Lite. I can access the CGU network controller in a web browser and everything is configured and functioning as it was when running the docker-based controller. The UXG-Lite is now a backup. Both the UXG Lite and the Cloud Gateway Ultra run circles around the USG.
-
Syslog to NTFS Kingston Card Reader Unassigned Device
On a server with no parity drive assigned, I cannot add an exFAT or NTFS formatted flash drive to an Unraid pool to be used for the syslog. Unraid just complain it is a wrong or unsupported file system. I really wish Unassigned Devices could still be used as syslog location. The only server on which I can get the syslog written to a location other than an Unraid share is using a BTRFS formatted flash drive in a pool.
-
Noob - What took me so long
That depends on how you use your server. Virtual machines can have RAM dedicated to them. Some Docker containers let you allocate RAM (and limit the amount) for their use. If you plan to do hardware transcoding in Jellyfin/Emby/Plex, you can do that in RAM and save wear and tear on an SSD. 8GB RAM is the minimum these days for Unraid, but, the uses mentioned above can require more. I have 32GB RAM in my main server and 16GB in the other two. In my main server, I have Plex hardware transcoding in RAM, HDHomeRun TV show recordings using RAM and virtual machines that grab 8GB when running. 32GB is not "too much" for my needs.
-
Syslog to NTFS Kingston Card Reader Unassigned Device
For some reason the <custom> folder is no longer available for use by the syslog server. This has messed me up as I can no longer use the otherwise unused card reader slot on my Unraid USB flash drive as an Unassigned Device for the syslog. Drives formatted in exFAT can be added to Unraid (with some limitations - see docs). Of course, WIndows can read exFAT natively. I am going to try that on one of the servers that used to be able to use an Unassigned Devices <custom> location. For the cache drive exFAT is not an option so you would have to have some utility to read an XFS, BTRFFS or ZFS device in Windows. I have personally never tried that.
-
Remembering @bonienl
So shocked to hear this. His posts helped tremendously when I was going through some networking and VLAN setup issues. His plugins were always on my "check these out first" list. He was a tremendous asset to the community and most of us had no idea who bonienl was in real life. He will be missed for sure.
-
rsync Incremental Backup
According to Google (haven't tried it myself as I don't use a custom SSH port in my rsync backup script): To specify a custom SSH port number in an rsync backup script, use the -e or --rsh option followed by the SSH command including the port number specified with the -p flag, all enclosed in quotes. Command Line Examples The general syntax for rsync with a custom SSH port is: bash rsync [OPTIONS] -e 'ssh -p PORT_NUMBER' [SOURCE] [USER]@[HOST]:[DESTINATION] Example: To back up a local directory /path/to/source to a remote server remotehost using username user and SSH port 2222: bash rsync -avz -e 'ssh -p 2222' /path/to/source user@remotehost:/path/to/destinatio
-
Unraid won’t boot - hangs on boot menu, need advice
Most likely. You have a 13th gen Intel CPU which is notorious (as well as 14th gen.) for having stability issues.
-
What USB sticks are NOT blacklisted?
Not necessarily for you but for others who find this thread and want to check if a USB flash drive has a unique GUID, you can check that in Windows by running CMD and then typing diskpart In diskpart do the following: 1- list disk (this lists all disks in the system) 2- select disk # (where # is the disk number of the disk you want to check; 5 in this example) 3- uniqueid disk (shows the GUID of the disk) I did this to check the GUID on a flash drive I am not using with Unraid but to see what its GUID is. The last 24 characters highlighted in yellow are what Unraid would see as the GUID.
-
Migrate my main rig to a newer hardware - freeze problem
There are known stability issues with some Intel 13th and 14th generation CPUs. They have released a couple of BIOS/Microcode fixes to address CPU problems, but, many still experience stability issues with these CPUs. Unfortunately, there is no way to test if you have a bad CPU. RMA has been the only fix for some affected users. I am not saying the CPU is a problem; however, if you rule out other hardware and problems continue, you should consider the CPU.
-
What USB sticks are NOT blacklisted?
"Blacklisted" in this case likely means the flash drive does not have a unique GUID. They probably just have a generic GUID for all their devices. The last flash drive I bought for Unraid (has a unique GUID) is this cheap HP 2.0 USB flash drive
-
Display errors since latest update.
Not that I expected it to be resolved, but, just to confirm, the latest version of Unraid Connect (2025.09.09.1500) has the same display issues as the previous two versions on the Docker page. Removing the plugin resolves the issue.
-
Display errors since latest update.
I do not have the folder view plugin installed. Since updating the Unraid Connect plugin yesterday, the Docker tab buttons have disappeared. They flash briefly at the top of the Docker tab when it loads and then disappear altogether. I also updated the Unraid Connect plugin to the latest version available today (2025.09.08.1804) and the problem persisted. I removed the Unraid Connect plugin and the Docker page displayed normally with the function buttons at the bottom of the page and functional. I reinstalled Unraid Connect (2025.09.08.1804) and the Docker page problem returned. This time the buttons don't completely disappear but they are stuck at the top of the page and not functional. Just ghosts.
-
Analysis paralysis has hit when it comes to motherboard & Intel vs AMD
I'll give you a couple of thoughts without making a specific motherboard or CPU recommendation. I have remote management on all three of my Unraid servers. Two have IPMI on the motherboard. One does not have IPMI; however, you can do the same thing with a PiKVM. I use this internal PiKVM which uses a Raspberry Pi 4 Model B. The advantage to this solution is that you are not tied to a particular motherboard with IPMI (or another built-in remote management solution) and it can be used with any future motherboard upgrades. All of my servers have Intel CPUs and motherboards primarily for Quicksync transcoding in Plex. It eliminates the need for a discrete PCIe GPU. If you plan to run VMs and want to do GPU passthrough, that is a different story. Can you do APU transcoding in Plex/Jellyfin with AMD? Some have got it to work but it is just easier with Intel/Quicksync. Yes, the Intel 13th and 14th generation CPUs had some issues and you are right to be cautious. I can't tell you how good the current 15th generation CPUs are as my newest CPU in an Unraid server is 11th generation. In general, when it comes to Unraid, I decide what I want/need (number of SATA ports, PCIe, M.2 slots, transcoding, RAM needs, etc.) and then I go looking for the motherboard/CPU combo that best supports that and the best case to house what I need. I usually over-design for current needs as Unraid is so customizable and flexible that you always find ways to use the extra oomph. I have not upgraded hardware in many years on my servers because they continue to meet or exceed my demands. Have fun. There are many different ways you can go with your build, as you have discovered. Check forum members signatures for hardware ideas. Many include server specs in their sigs.
-
Display errors since latest update.
I see something similar since updating the Unraid Connect plugin. It only seems to affect the Docker tab. The function buttons flash at the top of the screen and then completely disappear for me. Same in Firefox and Chrome. Unraid 7.1.4
-
Backup scripts failing, rsync errors since upgrade from 6.9.2 to 7.0.1
Rsync backup via script failed for me when I upgraded to Unraid 7.x.x due to the loss of support for the Nerd Tools which contained ipmitool. I was using ipmitool to power my destination Unraid server on and off via the rsync backup script. How ipmitool worked on Unraid had also changed (broken dependencies) so the old Nerd Tools version would not work standalone with Unraid. This eventually got resolved when @SimonF recompiled ipmitool for Unraid and I was back on track with rsync backups between Unraid servers. My situation is not the same as yours as I have no Synology NAS invloved. I am sorry I cannot help with the rsync version issue; however, you would think newer versions of rsync would be backward compatible. Maybe the gap between rsync 3.4.x and 3.1.x is too big.
-
Please Welcome Our New Senior Developer: Chris Tram
Welcome Chris. It's a good thing my wife does not read these forums or she might renew her requests to go dancing from time to time. I convinced her that's not my thing years ago. 😃
-
[v7] Local logging to folder not selectable in the web UI
No. <custom> appears in the drop-down list for syslog configuration on all three of my servers but it is not selectable. On all three servers, I now have to use an Unraid share or pool device I have setup for the syslog. I wish <custom> worked the way it used to but that was broken/changed a long time ago and has never reverted to its former functionality. I even went to the trouble of documenting how to set up the syslog for a local <custom> location on an unassigned devices, but, that appears to be no longer possible.
-
When did you start with Unraid?
My Unraid journey started in December of 2011 with Unraid 5 beta 14. Unraid 4.7 was the official "stable release" then but V5 was very close to release so that is where I started. Anyone remember unMenu? I was looking for a simple NAS to store tens of thousands of photos and home videos. None of the commercial NAS units were appealing to me (too much money for low-end hardware) and I like building computers. This led me to Unraid and I have never looked back. My first Unraid server was built around an Intel i3-2100 CPU. A couple of years later, Docker and VMs became a thing and I digitized my movies collection and added Plex and several other docker containers. I now have three Unraid servers and have convinced a few friends and family to start their own Unraid journey. All are very pleased with the control it gives them.
-
Any concerns if I move a HDD to another SATA port
Yes. Unraid tracks disks by serial number not by SATA port or slot location. The only exception would be if the HDDs were connected to some kind of RAID controller (not in RAID mode) that messes with serial numbers.