From 6577d36ec0fa692b1e2ba4fd40340ad888ee1abb Mon Sep 17 00:00:00 2001 From: Leo Nunner Date: Tue, 14 Mar 2023 14:14:56 +0100 Subject: [PATCH] config: remove reference to preceeding / from content-dirs Signed-off-by: Leo Nunner --- pve-storage-dir.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc index 4eb8dcd..3367394 100644 --- a/pve-storage-dir.adoc +++ b/pve-storage-dir.adoc @@ -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