Update where to find certain items since GUI update

- Sync jobs in datastore
- "User management" is now section of Access Control

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
Dylan Whyte 2020-11-06 15:46:27 +01:00 committed by Dietmar Maurer
parent f608e74c8b
commit 6227b9bab0
3 changed files with 14 additions and 13 deletions

View File

@ -49,7 +49,7 @@ GUI Overview
The Proxmox Backup Server web interface consists of 3 main sections: The Proxmox Backup Server web interface consists of 3 main sections:
* **Header**: At the top. This shows version information, and contains buttons to view * **Header**: At the top. This shows version information, and contains buttons to view
documentation, monitor running tasks, and logout. documentation, monitor running tasks, set the language and logout.
* **Sidebar**: On the left. This contains the configuration options for * **Sidebar**: On the left. This contains the configuration options for
the server. the server.
* **Configuration Panel**: In the center. This contains the control interface for the * **Configuration Panel**: In the center. This contains the control interface for the

View File

@ -59,13 +59,13 @@ Sync Jobs
:alt: Add a Sync Job :alt: Add a Sync Job
Sync jobs are configured to pull the contents of a datastore on a **Remote** to Sync jobs are configured to pull the contents of a datastore on a **Remote** to
a local datastore. You can manage sync jobs under **Configuration -> Sync Jobs** a local datastore. You can manage sync jobs in the web interface, from the
in the web interface, or using the ``proxmox-backup-manager sync-job`` command. **Sync Jobs** tab of the datastore which you'd like to set one up for, or using
The configuration information for sync jobs is stored at the ``proxmox-backup-manager sync-job`` command. The configuration information
``/etc/proxmox-backup/sync.cfg``. To create a new sync job, click the add button for sync jobs is stored at ``/etc/proxmox-backup/sync.cfg``. To create a new
in the GUI, or use the ``create`` subcommand. After creating a sync job, you can sync job, click the add button in the GUI, or use the ``create`` subcommand.
either start it manually on the GUI or provide it with a schedule (see After creating a sync job, you can either start it manually from the GUI or
:ref:`calendar-events`) to run regularly. provide it with a schedule (see :ref:`calendar-events`) to run regularly.
.. code-block:: console .. code-block:: console

View File

@ -41,11 +41,12 @@ users:
:alt: Add a new user :alt: Add a new user
The superuser has full administration rights on everything, so you The superuser has full administration rights on everything, so you
normally want to add other users with less privileges. You can create a new normally want to add other users with less privileges. You can add a new
user with the ``user create`` subcommand or through the web interface, under user with the ``user create`` subcommand or through the web
**Configuration -> User Management**. The ``create`` subcommand lets you specify interface, under the **User Management** tab of **Configuration -> Access
many options like ``--email`` or ``--password``. You can update or change any Control**. The ``create`` subcommand lets you specify many options like
user properties using the ``update`` subcommand later (**Edit** in the GUI): ``--email`` or ``--password``. You can update or change any user properties
using the ``update`` subcommand later (**Edit** in the GUI):
.. code-block:: console .. code-block:: console