client: fix example commands for client usage

The example commands in the Change Detection Mode / File Exclusion
section are missing the command in the client invocation. Add the
backup command to the examples, so they are actually valid.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
Stefan Hanreich 2024-11-26 12:04:28 +01:00 committed by Fabian Grünbichler
parent 1a0eec9469
commit 67a7e3c3eb

View File

@ -272,13 +272,13 @@ parameter. For example:
.. code-block:: console
# proxmox-backup-client backup.pxar:./linux --exclude /usr
# proxmox-backup-client backup backup.pxar:./linux --exclude /usr
Multiple paths can be excluded like this:
.. code-block:: console
# proxmox-backup-client backup.pxar:./linux --exclude=/usr --exclude=/rust
# proxmox-backup-client backup backup.pxar:./linux --exclude=/usr --exclude=/rust
.. _client_change_detection_mode:
@ -329,7 +329,7 @@ mode:
.. code-block:: console
# proxmox-backup-client backup.pxar:./linux --change-detection-mode=metadata
# proxmox-backup-client backup backup.pxar:./linux --change-detection-mode=metadata
.. _client_encryption: