Excellent choice OMV. The backend being Debian, it gives you lots of stability and flexibility. I have few suggestions.
1) Do not run a 24x7 download client on your NAS. Constantly spinning disks can lead to early failure. I would suggest a separate cheap computer like RPi running linux + transmission connected to a cheap USB disk as temporary download storage. You can then copy the data to your NAS, which means you only spin up the disks when you actually want to use the NAS. It also enables you to keep your NAS mostly off as suggested in next suggestion. It looks like your router is supported by ddwrt. You can use it as your download rig. I am using mine (asus n16 + debwrt(debian) + transmission) and it works very well
.
2) Lot of FMs are running time based NAS. I would suggest exploring "wake on lan" to start the NAS only when you intend to use the data. Latest XBMC from GIT gives you an option to wake your NAS for remote drives using WOL on first access. Other media players may offer similar options. I also have a script running on boot on my Ubuntu based NAS which suspends (sleeps) the NAS if my media clients are not up. I have been using this setup for the past 4+ years and it just works
. All in all, the NAS is on only for the period I want to use it which reduces disk failures as well as reduces power consumption. If you want, I can share that script. It should be compatible with Debian as well.
3) If you are willing to learn, I would suggest you go for RAID based setup. I read that you have multiple backups of your data. The problem with backup is keeping it in sync with your current data. In most cases, backup will NOT give you your complete data back because the latest data was not synced
. Parity based RAID will ensure you can recover to the latest data copy in case of disk failure and help you sync your backup copy to future failures
. If you use striping in your RAID, it will also give you better disk IO performance. Some hardware based RAID can also protect against "Bit Rot" aka silent corruption, but that is an expensive proposition. You can also explore
ZFS if bit rot is a concern for the audiophile in you.
4) Do not run lots of media services (UPNP, DLNA etc.) on your NAS if you do not plan to use it. A NAS works best with KISS (Keep It Simple Stupid) philosophy. The more software you use, more points of failure there are.