vma lzo

  1. A

    Transfer Backups from PVE to PBS

    Hello! i got a few backups on my local backup storage on my PVE server. Is there a way to move and migrate them to a new PBS? Do i have to transform the format of my backups? My current ones are all using vma / vma.lzo and as far as i know does the BS use a different format (meaning the .fidx...
  2. M

    Error while lzop vma extract via bash "no device mapping..."

    We want to extract the qcow2 images from a vma.lzo dump. Therefor we have to create an empty xxx.fifo file to pipe the lzop -d -c data. The bash command looks like: lzop -d -c vzdump-qemu-101-2016_03_08-02_10_02.vma.lzo|vma extract -v -r xxx.fifo - /var/lib/vz/test5 The output: CFG: size: 467...