I forget exactly where I just read this article on why Windows 11 is a bad choice for NAS. Do a search. From memory, issues include:
- limited choice of filesystems
- difficulty of remote management, since desktop Windows 11 is not a server OS
So I'm on my second QNAP and I've loved them but the major issue I have is
blink and next thing you know your device is end-of-life and no longer supported.
What really pushed me over the edge was an issue with one of their Backup apps such that it would not upload files greater than 10GB to OneDrive. That used to be the old limitation imposed by Microsoft but they had already increased the limit a long time ago. So I logged a support ticket with QNAP to fix the app so that it matches the Microsoft file-size limitation. Guess what? More than a year later, the continued response was that because my system was EOL, my support ticket was not being prioritized.


I ended up stumbling on Rclone and created a script to upload my files to OneDrive and output progress and on my PC I had a batch file that would parse the output file and report the upload progress. That all worked great until I had a file that would take more than 24 hours and then there was an invalid OneDrive token issue (Microsoft makes them expire after 24 hours and I never got the Rclone command-line switches that would supposedly auto-renew the tokens to work), which would result in the upload restarting (i.e., endless loop).
My computing is all Windows-based and I really just use my QNAP for storage of my backups. I use BitLocker to encrypt my PC drive and all USB data drives; similarly, for the QNAP, I use its encryption to encrypt the 5 HDDs. When I boot the QNAP and logon, I manually unlock the HDDs so that they become accessible from my laptop. Transferring backup files from my USB drive to the QNAP has always been painstakingly slow because I do it over the network; although I can directly attach a USB drive to the QNAP, it, of course, does not natively recognize and support BitLocker. There's a utility called Dislocker, but I was never able to get it setup.
I don't have a need to access my QNAP remotely (away from home) because when I travel, I take my USB backup drive with me and I also have the last 3 months of backups on OneDrive along with other critical files I may need to access remotely.
So, not wanting to change my backup strategy (e.g., split files greater than 10GB) and wanting seamless and similar access to my backup storage (including the ability to seamlessly interface with a Bitlocker-encrypted USB drive), as an interim solution, I bought a NUC. After creating my backups to the USB drive, I plug it into the NUC, then I run a script on that it copies the files to the QNAP and then to OneDrive. Windows handles the OneDrive syncing of multiple files at a time and there are no token expiration issues!
But, as I stated, the NUC is an interim solution and I want to replace it with a full-blown Windows-based storage PC and that will allow me to transition off the QNAP and be all Windows (with BitLocker encryption)-based. Yes, I admit that I will miss the true hardware-based RAID 5, but for my simple Use Case, Windows Storage Spaces will suffice.