]> git.proxmox.com Git - pve-docs.git/commitdiff
config: remove reference to preceeding / from content-dirs
authorLeo Nunner <l.nunner@proxmox.com>
Tue, 14 Mar 2023 13:14:56 +0000 (14:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 19:10:39 +0000 (20:10 +0100)
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
pve-storage-dir.adoc

index 4eb8dcd6e80f22fa7daa4e1f351a09b3e49e1b78..3367394cd80827c5c42a1cd8e538d376438e42c0 100644 (file)
@@ -57,8 +57,7 @@ in the following format:
  vtype=path
 
 Where `vtype` is one of the allowed content types for the storage, and
-`path` is a path relative to the mountpoint of the storage, preceded
-with /.
+`path` is a path relative to the mountpoint of the storage.
 
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
@@ -67,7 +66,7 @@ dir: backup
         content backup
         prune-backups keep-last=7
         max-protected-backups 3
-        content-dirs backup=/custom/backup/dir
+        content-dirs backup=custom/backup/dir
 ----
 
 The above configuration defines a storage pool called `backup`. That pool can be