]> git.proxmox.com Git - pve-docs.git/commitdiff
pbs: fix password and encryption key file location
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 10:07:34 +0000 (11:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 10:07:37 +0000 (11:07 +0100)
we namespaced them after initial addition.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pve-storage-pbs.adoc

index 5cbd56cbf9c7a208c2f79386d8f6fba2a86ce0c1..9527237f7b35b314f069f6a39a1495c92904ab6f 100644 (file)
@@ -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`)
 ----