Now, regarding unRAID encryption:
1. I use an "image" file to encrypt my data (have three backups)
2. Yes, I store that image on the USB and automatically decrypt it via a start-up script:
/boot/config/go
1. I use an "image" file to encrypt my data (have three backups)
2. Yes, I store that image on the USB and automatically decrypt it via a start-up script:
/boot/config/go
Bash:
#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp
# copy encryption file into root dir for auto-unlock
cp /boot/config/keyfile /root/keyfile



