I try to send backup images to stdout for further processing. Example:
It works very well with LXC containers. But for qemu vm's it finishes with error:
Any ideas?
Code:
vzdump 111 --mode snapshot --dumpdir /tmp --stdout >test.tst
It works very well with LXC containers. But for qemu vm's it finishes with error:
ERROR: Backup of VM 200 failed - command '/usr/bin/vma create -v -c /tmp/vzdump-qemu-200-2020_05_06-09_24_39.tmp/qemu-server.conf exec:cat' failed: Bad filehandle: =5 at /usr/share/perl/5.28/IPC/Open3.pm line 58.
Any ideas?