Error restore from one server no anohter via PBS error

Dark26

Renowned Member
Nov 27, 2017
300
36
68
48
Bonjour,

here what I try to do

server 1 --> backup to pbs --> restore to server 2

When i try to restore, i have this message :

Code:
Error: error extracting archive - error at entry "random": failed to create device node: Operation not permitted (os error 1)
TASK ERROR: unable to restore CT 103 - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client restore '--crypt-mode=none' ct/103/2020-11-03T17:31:36Z root.pxar /var/lib/lxc/103/rootfs --allow-existing-dirs --repository root@pam@192.168.1.155:Backup_VM' failed: exit code 255


this is the initial config file for the container :
Code:
arch: amd64
cores: 1
features: fuse=1,mount=nfs;cifs
hostname: filebot
memory: 512
net0: name=eth0,bridge=vmbr1,firewall=1,gw=192.168.1.254,hwaddr=F2:FF:16:F7:7A:9E,ip=192.168.1.103/24,type=veth
ostype: debian
protection: 1
rootfs: SSD:vm-103-disk-0,size=2G
searchdomain: 192.168.1.254
swap: 0
~

The storage "SSD" is ceph and i try to restore to zfs ( raid1 ).


Any idea ?

Thanks

Dark26.