Jump to content

Recommended Posts

Posted (edited)

VSS BackupHelper

Util that exposes a volume shadow copy (VSS) snapshot as a drive in Windows XP or Windows 2003 Server. Allows you to use rsync, robocopy etc on files normally locked by Windows.

Util that takes a vss snapshot and mounts it to a drive letter.

Launches a process and after it has executed dismounts the snapshot.

/s "?" volume to take a vss snapshot of, ex: /s "c:\"

/d "?" drive letter used to mount the snapshot, ex: /d "x:\"

/l "?" process to launche after mount, ex: /l "c:\test.exe"

Platform:

Depending on platform you need to copy and rename the appropriate interop dll from ./Interop to the same folder as BackupHelper.exe

I was looking for such tool and found this. I have tried to use it combined with ImageX, but there is still some problems taking a backup on the fly. I will have to make some more testing and if I can find a way to capture a drive on the fly I will give some more instructions here.

There is two differenet Interop.VSS.dll's in the zip file. One for Windows XP and second one for Windows 2003 Server. The application currently doesn't support Vista.

If you can find this tool usable please post some usage examples here.

Edited by geezery

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...