5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-20 14:03:42 +03:00

fix #2641: document subdir parameter for CIFS backend

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
Leo Nunner 2023-02-08 10:05:27 +01:00 committed by Thomas Lamprecht
parent 80df0d2e37
commit 3cd0ecb4c0

View File

@ -61,6 +61,10 @@ content-dirs::
Overrides for the default directory layout. Optional.
subdir::
The subdirectory of the share to mount. Optional, defaults to the root directory of the share.
.Configuration Example (`/etc/pve/storage.cfg`)
----
cifs: backup
@ -70,6 +74,7 @@ cifs: backup
content backup
username anna
smbversion 3
subdir /data
----