]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-cifs.adoc
vzdump: drop overly scary & outdated warning about fleecing
[pve-docs.git] / pve-storage-cifs.adoc
index df63b58d6eefc5c7e2ee302e4ac57fa52c8c372e..d5d54e72e4bb6d4b833b711774c9294229930826 100644 (file)
@@ -10,7 +10,7 @@ Storage pool type: `cifs`
 
 The CIFS backend extends the directory backend, so that no manual
 setup of a CIFS mount is needed. Such a storage can be added directly
-through the {pve} API or the WebUI, with all our backend advantages,
+through the {pve} API or the web UI, with all our backend advantages,
 like server heartbeat check or comfortable selection of exported
 shares.
 
@@ -32,7 +32,7 @@ server, or list the server in the local `/etc/hosts` file.
 share::
 
 CIFS share to use (get available ones with `pvesm scan cifs <address>` or the
-WebUI). Required.
+web UI). Required.
 
 username::
 
@@ -61,9 +61,17 @@ content-dirs::
 
 Overrides for the default directory layout. Optional.
 
+options::
+
+Additional CIFS mount options (see `man mount.cifs`). Some options are set
+automatically and shouldn't be set here. {pve} will always set the option
+`soft`. Depending on the configuration, these options are set automatically:
+`username`, `credentials`, `guest`, `domain`, `vers`.
+
 subdir::
 
-The subdirectory of the share to mount. Optional, defaults to the root directory of the share.
+The subdirectory of the share to mount. Optional, defaults to the root directory
+of the share.
 
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
@@ -72,6 +80,7 @@ cifs: backup
        server 10.0.0.11
        share VMData
        content backup
+       options noserverino,echo_interval=30
        username anna
        smbversion 3
        subdir /data