I have a VM running on Client Hyper-V on a Windows 11 computer that I want to backup using Duplicati.
Every backup ends with this warning:
[Warning-Duplicati.Library.Modules.Builtin.HyperVOptions-HyperVOnServerOnly]: This is client version of Windows. Hyper-V VSS writer is present only on Server version. Backup will continue, but will be crash consistent only in opposite to application consistent in Server version
I’m aware that my backups are not application sconsistent because I’m running the VM on a non-server environment. But for this VM, it’s no problem that backups are crash-consistent, so I want to suppress this message. How can I do this? If there is no way to ignore this warning, an option like --allow-crash-consistent-backups
should be added to the list of advanced options.