From: Kern Sibbald Date: Sun, 6 Dec 2009 11:44:20 +0000 (+0100) Subject: Add some doc of Win32 stuff X-Git-Tag: Release-5.0.0~189 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10c81e63eed575958aee2aed5ba8778ead7a3ca3;p=bacula%2Fbacula Add some doc of Win32 stuff --- diff --git a/regress/prototype.conf b/regress/prototype.conf index cf6d8c0f3c..814f2c06a7 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -91,10 +91,20 @@ SITE_NAME=-bacula-${HOST} # The following are used only if you want to run Win32 tests, which # is a real pain since the Win32 machine is not localhost and you # also need to specify what to backup. +# There are a few Win32 tests e.g. tests/win32-test where this will +# work. You must specify the client name, its address, and a +# file (which may be a directory) on the machine to backup. +# It will be backed up and restored to c:/tmp, but no checking +# of the resulting restore data is done. # +# Client name. Note, it must be configured to accept your regress director WIN32_CLIENT="yyyy" +# Client FQDN or IP address WIN32_ADDR="yyyy" +# File or Directory to backup. This is put in the "File" directive +# in the FileSet WIN32_FILE="c:/users/xxxx" +# Port of Win32 client WIN32_PORT=9102 +# Win32 Client password WIN32_PASSWORD="zzzzz" -WIN32_STORE_ADDR="192.0.0.xxx"