mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-07-31 02:44:54 +00:00
fix #2641: document subdir parameter for CIFS backend
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
parent
80df0d2e37
commit
3cd0ecb4c0
@ -61,6 +61,10 @@ content-dirs::
|
|||||||
|
|
||||||
Overrides for the default directory layout. Optional.
|
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`)
|
.Configuration Example (`/etc/pve/storage.cfg`)
|
||||||
----
|
----
|
||||||
cifs: backup
|
cifs: backup
|
||||||
@ -70,6 +74,7 @@ cifs: backup
|
|||||||
content backup
|
content backup
|
||||||
username anna
|
username anna
|
||||||
smbversion 3
|
smbversion 3
|
||||||
|
subdir /data
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user