Search results

  1. M

    vzdump & qmrestore over ssh with compression

    Ah so, I dont even get dump of VM... vzdump 306 --stdout --compress=zstd could not activate storage 'local': storage 'local' is disabled I had disable local storage which handle vzdump backup files. This works with a charm ! vzdump 103 --stdout --compress=lzo | ssh 10.x.0.x "lzop -d -c |...
  2. M

    vzdump & qmrestore over ssh with compression

    Hi guys ! Is any way, how to migrate VM from one pve to another with compression? On origin I have ZFS storage, the new one has thin lvm. Im trying to use vzdump with --compress but its doesnt work, with zstd same: vzdump 306 --stdout --compress=lzo | ssh 10.60.xxx.xxx "lz4 -d | qmrestore...
  3. M

    Conflicting maxfiles policy and retention period

    Hi there. Same problem here - I think it is bug. I have this settings: root@proxmox:/var/log/pve# cat /etc/vzdump.conf |grep -v ^# maxfiles: 8 root@proxmox:/var/log/pve# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content vztmpl,snippets,iso maxfiles 0 shared 0...