OK these is the patch to exclude virtual disk from backup
View attachment patch.zip.
this is the command I used to generate the patch:
diff -Nau /usr/share/perl5/PVE/QemuServer.pm /root/qemu-server_2010-09-20/QemuServer.pm > /root/dietmar/QemuServer.pm.patch
diff -Nau /usr/share/perl5/PVE/VZDump.pm /root/vzdump_2010-09-20/VZDump.pm > /root/dietmar/VZDump.pm.patch
diff -Nau /usr/share/perl5/PVE/VZDump/QemuServer.pm /root/qemu-server_2010-09-20/VZDump\:\:QemuServer.pm > /root/dietmar/VZDump\:\:QemuServer.pm.patch
diff -Nau /usr/share/pve-manager/root/qemu/hardware.htm /root/pve-manager_2010-09-20/www/root/qemu/hardware.htm > /root/dietmar/hardware.patch
diff -Nau /usr/sbin/qmrestore /root/qemu-server_2010-09-20/qmrestore > /root/dietmar/qmrestore.patch
diff -Nau /usr/sbin/qm /root/qemu-server_2010-09-20/qm > /root/dietmar/qm.patch
tar -cvpzf /root/patch.tgz /root/dietmar/*
After apply the patch is necessary restart pvedaemon and apache:
/etc/init.d/pvedaemon restart
apache2ctl restart
let me know if there are any problems, thanks a lot.
Marco