]> git.sur5r.net Git - bacula/bacula/commitdiff
Add some doc of Win32 stuff
authorKern Sibbald <kern@sibbald.com>
Sun, 6 Dec 2009 11:36:26 +0000 (12:36 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 6 Dec 2009 11:36:26 +0000 (12:36 +0100)
regress/prototype.conf
regress/tests/win32-test

index 9458c8099f352408502e1ade97892eae5299f894..39fa69aa9359cd5b496af9d13aaa2235b117ab30 100644 (file)
@@ -93,9 +93,20 @@ SITE_NAME=<your-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"
index 9f1568b62cf2864723fe33f9ef88c424d8a6ea94..4f2784755ae9772ca8af670d6d46df720597edf8 100755 (executable)
@@ -34,6 +34,7 @@ setdebug level=400 trace=1 client=Tibs
 restore where=c:/tmp/xxx select storage=File
 unmark *
 mark *
+lsmark
 done
 yes
 wait