pct: clarify simple restore mode default 'local' storage

"default local storage" is confusing without the backticks. reword the
sentences to make it clearer about `storage` parameter usage.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2021-09-22 13:12:42 +02:00 committed by Fabian Grünbichler
parent 7ec7bcee11
commit 46f67ead36

View File

@ -792,8 +792,8 @@ explicitly set, the mount point configuration from the backed up configuration
file is restored using the following steps:
. Extract mount points and their options from backup
. Create volumes for storage backed mount points (on storage provided with the
`storage` parameter, or default local storage if unset)
. Create volumes for storage backed mount points on the target provided with the
`storage` parameter. (default: `local`)
. Extract files from backup archive
. Add bind and device mount points to restored configuration (limited to root
user)