mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-14 04:58:46 +00:00
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:
parent
1a0eec9469
commit
67a7e3c3eb
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user