Add the user to the root group
This article applies to:
- Acronis Backup & Recovery 10 Server for Linux
Symptoms
- You launch Acronis Backup & Recovery Server 10 for Linux from Applications -> System Tools;
- The Manage this machine option is grayed out:
Cause
The user account under which you are logged is not a member of the root group.
Solution
As a workaround, you can launch Acronis Backup & Recovery 10 from terminal using the following command:
sudo /usr/sbin/acronis_console
If you want to launch the product from the GUI, add the current user to the root group.
To add the user to the root group via GUI, do the following:
Go to System -> Administration -> Users and Groups;
- Click on Manage groups. From the list of groups, select root and click Properties;
- Check the necessary user name and press OK;
- Log off and log on again to apply changes.
To add the user to root group using terminal, do the following:
- Open terminal. Type su and provide your password;
- Run the following command:
usermod -a -G root <username>
- Log off and log on again to apply changes.
More information
See also Acronis Backup & Recovery 10 Cannot Connect to Acronis Linux Agent.