[SOLVED] proxmox-backup-client failed: Error: Operation not supported (os error 95) (500)

Golum

Member
Apr 18, 2022
30
5
13
I want to migrate a existing server so I setup a new one and added my existing pbs to it.

I also copied backup.enc from /etc/pve/priv/storage/ and made sure sha1 is the same as on the old server.


While I can list the backup storage, trying to restore or showing the configuration fails with

proxmox-backup-client failed: Error: Operation not supported (os error 95) (500)

1673133102920.png


This is a general zfs raid1 install using the proxmox iso, tmpfs is mounted on rpool same as on the old server

Code:
df -h /tmp/

Filesystem        Size  Used Avail Use% Mounted on
rpool/ROOT/pve-1  900G  2.8G  897G   1% /

Code:
cat /etc/pve/storage.cfg

pbs: backup
        datastore backup
        server 192.168.1.9
        content backup
        encryption-key 1
        fingerprint <removed>
        nodes nas1
        prune-backups keep-all=1
        username backup@pbs

Code:
ls -lah /etc/pve/priv/storage/

total 1.0K
drwx------ 2 root www-data   0 Jan  7 22:20 .
drwx------ 2 root www-data   0 Jan  1 20:14 ..
-rw------- 1 root www-data 143 Jan  7 23:02 backup.enc
-rw------- 1 root www-data  17 Jan  7 22:20 backup.pw

Trying to use pvesm gives
Code:
pvesm extractconfig backup:backup/vm/100/2022-12-03T01:00:04Z

Using encryption key from file descriptor..
Fingerprint: <removed>
proxmox-backup-client failed: Error: Operation not supported (os error 95)

Both servers are running latest pve 7.3-4, pbs is running latest 2.3-1
 
Last edited: