Can someone please explain the implications of this? Does it just mean restoring a single file is more difficult?
I tried to enter credentials, but the test is failing. I created a user called veeamuser on one Linux machine, and added it to the root group, then I set that user as the credentials for just that machine.
Now when I run the test, that machine fails with "Guest OS account has no root privileges". What have I done wrong? This is how I created the user:
Code: Select all
sudo adduser veeamuser
sudo usermod -aG root veeamuser