mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 07:47:33 +00:00
pbs: fix password and encryption key file location
we namespaced them after initial addition. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5f05aad1cb
commit
921926036a
@ -34,8 +34,8 @@ TIP: Do not forget to add the realm to the username. For example, `root@pam` or
|
|||||||
password::
|
password::
|
||||||
|
|
||||||
The user password. The value will be saved in a file under
|
The user password. The value will be saved in a file under
|
||||||
`/etc/pve/priv/<STORAGE-ID>.pw` with access restricted to the root user.
|
`/etc/pve/priv/storage/<STORAGE-ID>.pw` with access restricted to the root
|
||||||
Required.
|
user. Required.
|
||||||
|
|
||||||
datastore::
|
datastore::
|
||||||
|
|
||||||
@ -52,9 +52,10 @@ encryption-key::
|
|||||||
|
|
||||||
A key to encrypt the backup data from the client side. Currently only
|
A key to encrypt the backup data from the client side. Currently only
|
||||||
non-password protected (no key derive function (kdf)) are supported. Will be
|
non-password protected (no key derive function (kdf)) are supported. Will be
|
||||||
saved in a file under `/etc/pve/priv/<STORAGE-ID>.enc` with access restricted
|
saved in a file under `/etc/pve/priv/storage/<STORAGE-ID>.enc` with access
|
||||||
to the root user. Use the magic value `autogen` to automatically generate a
|
restricted to the root user. Use the magic value `autogen` to automatically
|
||||||
new one using `proxmox-backup-client key create --kdf none <path>`. Optional.
|
generate a new one using `proxmox-backup-client key create --kdf none <path>`.
|
||||||
|
Optional.
|
||||||
|
|
||||||
.Configuration Example (`/etc/pve/storage.cfg`)
|
.Configuration Example (`/etc/pve/storage.cfg`)
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user