mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-02 15:27:16 +00:00
docs: add examples for --exclude parameter
Added two examples for the `--exclude` parameter of the `proxmox-backup-client backup` command. Signed-off-by: Gabriel Goller <g.goller@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f4a8be4bab
commit
93f2568fe3
@ -267,6 +267,18 @@ Restoring this backup will result in:
|
||||
restored/subfolder1:
|
||||
. .. file2
|
||||
|
||||
The same syntax can also be used directly in the cli with the ``--exclude``
|
||||
parameter. For example:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# proxmox-backup-client 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
|
||||
|
||||
.. _client_encryption:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user