mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 20:36:27 +00:00
config: remove reference to preceeding / from content-dirs
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
parent
3c0b507a66
commit
6577d36ec0
@ -57,8 +57,7 @@ in the following format:
|
|||||||
vtype=path
|
vtype=path
|
||||||
|
|
||||||
Where `vtype` is one of the allowed content types for the storage, and
|
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
|
`path` is a path relative to the mountpoint of the storage.
|
||||||
with /.
|
|
||||||
|
|
||||||
.Configuration Example (`/etc/pve/storage.cfg`)
|
.Configuration Example (`/etc/pve/storage.cfg`)
|
||||||
----
|
----
|
||||||
@ -67,7 +66,7 @@ dir: backup
|
|||||||
content backup
|
content backup
|
||||||
prune-backups keep-last=7
|
prune-backups keep-last=7
|
||||||
max-protected-backups 3
|
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
|
The above configuration defines a storage pool called `backup`. That pool can be
|
||||||
|
Loading…
Reference in New Issue
Block a user