From: Thomas Lamprecht Date: Mon, 23 Nov 2020 10:07:34 +0000 (+0100) Subject: pbs: fix password and encryption key file location X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=921926036a9bb3824833ca705e68a45a66f38f09 pbs: fix password and encryption key file location we namespaced them after initial addition. Signed-off-by: Thomas Lamprecht --- diff --git a/pve-storage-pbs.adoc b/pve-storage-pbs.adoc index 5cbd56c..9527237 100644 --- a/pve-storage-pbs.adoc +++ b/pve-storage-pbs.adoc @@ -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/.pw` with access restricted to the root user. -Required. +`/etc/pve/priv/storage/.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/.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 `. Optional. +saved in a file under `/etc/pve/priv/storage/.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 `. +Optional. .Configuration Example (`/etc/pve/storage.cfg`) ----