From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id E14C066853 for ; Fri, 6 Nov 2020 15:47:15 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 748E923808 for ; Fri, 6 Nov 2020 15:46:45 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id E7558236AC for ; Fri, 6 Nov 2020 15:46:43 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id B23424605B for ; Fri, 6 Nov 2020 15:46:43 +0100 (CET) From: Dylan Whyte To: pbs-devel@lists.proxmox.com Date: Fri, 6 Nov 2020 15:46:27 +0100 Message-Id: <20201106144630.21538-5-d.whyte@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201106144630.21538-1-d.whyte@proxmox.com> References: <20201106144630.21538-1-d.whyte@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.025 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH docs 4/7] Update where to find certain items since GUI update X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2020 14:47:15 -0000 - Sync jobs in datastore - "User management" is now section of Access Control Signed-off-by: Dylan Whyte --- docs/gui.rst | 2 +- docs/managing-remotes.rst | 14 +++++++------- docs/user-management.rst | 11 ++++++----- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/gui.rst b/docs/gui.rst index eef2ec29..d5b7e1bd 100644 --- a/docs/gui.rst +++ b/docs/gui.rst @@ -49,7 +49,7 @@ GUI Overview The Proxmox Backup Server web interface consists of 3 main sections: * **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 the server. * **Configuration Panel**: In the center. This contains the control interface for the diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst index 382ca84d..1b32d40b 100644 --- a/docs/managing-remotes.rst +++ b/docs/managing-remotes.rst @@ -59,13 +59,13 @@ Sync Jobs :alt: Add a Sync Job 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** -in the web interface, or using the ``proxmox-backup-manager sync-job`` command. -The configuration information for sync jobs is stored at -``/etc/proxmox-backup/sync.cfg``. To create a new sync job, click the add button -in the GUI, or use the ``create`` subcommand. After creating a sync job, you can -either start it manually on the GUI or provide it with a schedule (see -:ref:`calendar-events`) to run regularly. +a local datastore. You can manage sync jobs in the web interface, from the +**Sync Jobs** tab of the datastore which you'd like to set one up for, or using +the ``proxmox-backup-manager sync-job`` command. The configuration information +for sync jobs is stored at ``/etc/proxmox-backup/sync.cfg``. To create a new +sync job, click the add button in the GUI, or use the ``create`` subcommand. +After creating a sync job, you can either start it manually from the GUI or +provide it with a schedule (see :ref:`calendar-events`) to run regularly. .. code-block:: console diff --git a/docs/user-management.rst b/docs/user-management.rst index fb565253..c669f2b4 100644 --- a/docs/user-management.rst +++ b/docs/user-management.rst @@ -41,11 +41,12 @@ users: :alt: Add a new user The superuser has full administration rights on everything, so you -normally want to add other users with less privileges. You can create a new -user with the ``user create`` subcommand or through the web interface, under -**Configuration -> User Management**. The ``create`` subcommand lets you specify -many options like ``--email`` or ``--password``. You can update or change any -user properties using the ``update`` subcommand later (**Edit** in the GUI): +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 the **User Management** tab of **Configuration -> Access +Control**. The ``create`` subcommand lets you specify many options like +``--email`` or ``--password``. You can update or change any user properties +using the ``update`` subcommand later (**Edit** in the GUI): .. code-block:: console -- 2.20.1