December 29, 20232 yr I'm trying to make the flash drive readable by a backup app that not running as root. What am I missing? root@Tower:~# ls -la /boot/bzroot -rw------- 1 root root 30157108 Dec 1 09:49 /boot/bzroot root@Tower:~# chmod o+r /boot/bzroot root@Tower:~# ls -la /boot/bzroot -rw------- 1 root root 30157108 Dec 1 09:49 /boot/bzroot root@Tower:~#
December 29, 20232 yr Community Expert 3 hours ago, whitephoenix117 said: I'm trying to make the flash drive readable by a backup app that not running as root. What am I missing? root@Tower:~# ls -la /boot/bzroot -rw------- 1 root root 30157108 Dec 1 09:49 /boot/bzroot root@Tower:~# chmod o+r /boot/bzroot root@Tower:~# ls -la /boot/bzroot -rw------- 1 root root 30157108 Dec 1 09:49 /boot/bzroot root@Tower:~# for security reasons you cannot change the permissions on the flash drive. the normal way to automate backups of the flash drive is either via Unraid Connect or the Appdata backup plugin.
December 30, 20232 yr Author Due to the lack of encryption I would prefer not to use Unraid connect. I had tried using the appdata backup plugin but I couldn't find an option to leave all my docker containers running. I don't want to restart them every day, week, etc and I'm already backup up my appdata separately.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.