mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 15:43:59 +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::
|
||||
|
||||
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.
|
||||
Required.
|
||||
`/etc/pve/priv/storage/<STORAGE-ID>.pw` with access restricted to the root
|
||||
user. Required.
|
||||
|
||||
datastore::
|
||||
|
||||
@ -52,9 +52,10 @@ encryption-key::
|
||||
|
||||
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
|
||||
saved in a file under `/etc/pve/priv/<STORAGE-ID>.enc` with access restricted
|
||||
to the root user. Use the magic value `autogen` to automatically generate a
|
||||
new one using `proxmox-backup-client key create --kdf none <path>`. Optional.
|
||||
saved in a file under `/etc/pve/priv/storage/<STORAGE-ID>.enc` with access
|
||||
restricted to the root user. Use the magic value `autogen` to automatically
|
||||
generate a new one using `proxmox-backup-client key create --kdf none <path>`.
|
||||
Optional.
|
||||
|
||||
.Configuration Example (`/etc/pve/storage.cfg`)
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user