From 58c25cbf8228c8d1a8eaed88b61a7901ef7d92ea Mon Sep 17 00:00:00 2001 From: Thorsten Engel Date: Mon, 6 Jun 2005 11:20:11 +0000 Subject: [PATCH] added VSS instructions git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2110 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/README.win32 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bacula/src/win32/README.win32 b/bacula/src/win32/README.win32 index 10f655072f..0f0688787e 100644 --- a/bacula/src/win32/README.win32 +++ b/bacula/src/win32/README.win32 @@ -57,6 +57,17 @@ To build it: cd src/win32 make +Instructions if you want to build bacula-fd with VSS (Volume Shadow Copy Service) support: +- VSS support is right now (June 2005) available for MS-Windows XP (beta) +- VSS support is right now (June 2005) available for MS-Windows 2003 (early alpha) +- you need to get the VSS SDK: + http://www.microsoft.com/downloads/details.aspx?FamilyID=0B4F56E4-0CCC-4626-826A-ED2C4C95C871&displaylang=en +- copy the 'inc' and 'lib' directories from this SDK to 'bacula/src/win32/compat/vss' +- you should then have 'bacula/src/win32/compat/vss/inc' and 'bacula/src/win32/compat/vss/lib' + both with 'Win2003' and 'WinXP' subdirectories +- add 'WIN32_VSS' as preprocessor directive +- you should get a bacula-fd that runs on all platforms but has VSS support for WinXP and 2003 enabled + That should be all there is too it. The winbacula-1.xx.y.exe should be in the current directory. -- 2.39.5