Search results

  1. K

    [SOLVED] zfs error: "cannot receive incremental stream: destination space X quota exceeded."

    So I tried to set the volsize, but that didn't work out: > zfs get volsize externaldisk/mypool/VMs/subvol-101-disk-0 NAME PROPERTY VALUE SOURCE > zfs set volsize=100GiB externaldisk/mypool/VMs/subvol-101-disk-0 cannot set property for...
  2. K

    [SOLVED] zfs error: "cannot receive incremental stream: destination space X quota exceeded."

    Hi everyone, I have my Proxmox system running fine so far, but recently a problem appeared with my backup strategy. The whole system is running on zfs and in regular intervals, I create a snapshot of my pool and send it to an external disk with > zfs send -R -i mypool@oldsnapshot...