You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
What could be the cause of this error? I can't back up some of the virtual machines on that CSVFS volume using hypervbackup v2.2.
This is a small script that runs the backup
set BCKPATH="\node2\c$\ClusterStorage\Volume4\vmbackups"
HyperVBackup.exe --all --output %BCKPATH% --compressionlevel 2 1> last_output.log 2> last_error.log"
contents of last_error.log file are:
Error: The requested object was a duplicate.
at Alphaleonis.Win32.Vss.VssBackupComponents.AddToSnapshotSet(String volumeName, Guid providerId)
at HyperVBackUp.Engine.BackupManager.BackupSubset(IDictionary2 vmNamesMapSubset, Options options) at HyperVBackUp.Engine.BackupManager.VssBackup(IEnumerable1 vmNames, VmNameType nameType, Options options)
at HyperVBackup.Console.Program.Main(String[] args)
What could be the cause of this error? I can't back up some of the virtual machines on that CSVFS volume using hypervbackup v2.2.
This is a small script that runs the backup
set BCKPATH="\node2\c$\ClusterStorage\Volume4\vmbackups"
HyperVBackup.exe --all --output %BCKPATH% --compressionlevel 2 1> last_output.log 2> last_error.log"
contents of last_error.log file are:
Error: The requested object was a duplicate.
at Alphaleonis.Win32.Vss.VssBackupComponents.AddToSnapshotSet(String volumeName, Guid providerId)
at HyperVBackUp.Engine.BackupManager.BackupSubset(IDictionary
2 vmNamesMapSubset, Options options) at HyperVBackUp.Engine.BackupManager.VssBackup(IEnumerable1 vmNames, VmNameType nameType, Options options)at HyperVBackup.Console.Program.Main(String[] args)