User Activity

  • Modified a comment on discussion Help on Volume Shadow Copy Simple Client

    Hello! I have also tried to create a backup script in PowerShell to avoid dependencies on vscsc and dosdev: https://github.com/FrigoCoder/Mirror Unfortunately I ran into an issue. PowerShell only allows ClientAccessible context, whereas VSCSC uses Backup context, which is exactly what we would need. $s1 = (gwmi -List Win32_ShadowCopy).Create($drive, "Backup") If you try to create a shadow copy with Backup context, the result object has a dummy ShadowId full of zeroes, and a ReturnValue of 5 which...

  • Posted a comment on discussion Help on Volume Shadow Copy Simple Client

    Hello! I have also tried to create a backup script in PowerShell to avoid dependencies on vscsc and dosdev: https://github.com/FrigoCoder/Mirror Unfortunately I ran into an issue. PowerShell only allows ClientAccessible context, whereas VSCSC uses Backup context, which is exactly what we would need. $s1 = (gwmi -List Win32_ShadowCopy).Create($drive, "Backup") If you try to create a shadow copy with Backup context, the result object has a dummy ShadowId full of zeroes, and a ReturnValue of 5 which...

View All

Personal Data

Username:
frigocoder
Joined:
2006-02-25 18:33:26

Projects

  • No projects to display.

Personal Tools