Ran into the following issue; proxmox-backup-client does not seem to use the default ~/.config/proxmox-backup/encryption-key.json if no --keyfile parameter is given for mount command:
The file is there and works correctly with the --keyfile parameter defined to it:
version:
from docs; https://pbs.proxmox.com/docs/backup-client.html#encryption:
Code:
root@mdk-tst-01:~# proxmox-backup-client mount host/mdk-tst-01/2022-09-20T23:00:01Z etc.pxar /mnt
Error: missing key - manifest was created with key xx:xx:xx:xx:d4:db:6c:34
The file is there and works correctly with the --keyfile parameter defined to it:
Code:
root@mdk-tst-01:~# proxmox-backup-client mount host/mdk-tst-01/2022-09-20T23:00:01Z etc.pxar /mnt --keyfile ~/.config/proxmox-backup/encryption-key.json
Encryption key file: '"/root/.config/proxmox-backup/encryption-key.json"'
Encryption key fingerprint: 'xx:xx:xx:xx:d4:db:6c:34'
FUSE library version: 3.10.3
version:
Code:
root@mdk-tst-01:~# dpkg -l proxmox*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-============-============-=================================
ii proxmox-backup-client 2.2.6-1 amd64 Proxmox Backup Client tools
from docs; https://pbs.proxmox.com/docs/backup-client.html#encryption:
Note
If you do not specify the name of the backup key, the key will be created in the default location ~/.config/proxmox-backup/encryption-key.json. proxmox-backup-client will also search this location by default, in case the --keyfile parameter is not specified.
Last edited: