This crash was caused by the VM guest having access to files that were being backed up on the host
The fix was to stop the guest while the backup is performed.
killall -s SIGSTOP
then after backup is completed
killall -s SIGCONT
This crash was caused by the VM guest having access to files that were being backed up on the host
The fix was to stop the guest while the backup is performed.
killall -s SIGSTOP
then after backup is completed
killall -s SIGCONT