candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

There was a COM failure 0x80042308 - .\HoboCopy.cpp (351) #49

Closed KMcCullough1234 closed 8 years ago

KMcCullough1234 commented 8 years ago

I am attempting to set up a script to run nightly backups from other servers to my backup server. I have created a backup script to run a full backup that has a few lines that look like this: hobocopy /full /skipdenied /y /r (Server Name)(Shared Folder) F:(Backup Folder)(Server Folder). When I run this command while testing I get the error There was a COM failure 0x80042308 - .\HoboCopy.cpp (351). I can copy files from my backup server to a network share but not the other way. I have checked to make sure the VSS and MSSCP services are set to manual on my backup server and other servers. Our old backup server uses robocopy and works correctly but when trying to rewrite the scripts using hobocopy syntax I run into this issue.

candera commented 8 years ago

VSS does not support shadowing a remote drive: the source must be a local volume.