I just copy the files directly to the drive (via WPKG) instead of using the
installer (which is easier since I edit some of the scripts anyway).
I don't have any Server 2012 boxes, but vshadow-2008-r2 works for Windows
8. I pulled the files from http://edgylogic.com/blog/vshadow-exe-versions/.
Then my backuppc.cmd looks like:
IF %PROCESSOR_ARCHITECTURE% == x86 set VSHADOW=vshadow-2008-r2-x86.exe
IF %PROCESSOR_ARCHITECTURE% == AMD64 set VSHADOW=vshadow-2008-r2-x64.exe
ver | find /i "Windows XP"
IF not ERRORLEVEL 1 set VSHADOW=vshadow-xp.exe
ver | find /i "5.2"
IF not ERRORLEVEL 1 set VSHADOW=vshadow-2003.exe
<plus stuff for in-place restore>
So, I just include the 4 versions of vshadow to all clients, and let the
script figure which one to use.
Kris Lou
[email protected]
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/