Update NotifySysAdmin?.vbs to send a message to the event log if it
fails to send an email (James O'Gorman) [1837]
Don't include the install-backup-client script in Windows builds, as
it's pretty useless without Cygwin (Pete Jalajas) [1841]
Fix the examples in the sample configuration file [1847]
Make Windows Service-related command-line processing use getopt,
like the other options [1849][1850][1852][1854]
Report more useful error messages on connect() failure on Windows
[1851]
Record the exit status of the daemon when running as a service, and
return it to Windows so that Windows doesn't tell the admin that
"the service did not report an error" when it stopped unexpectedly
[1853]
When failing to contact the SCM, report a textual error message as
well as the error code [1853]
InstallService? uses the new "-s" option instead of "--service" on the
service command line [1853]
Add proper usage information (-h option) in Daemon for all subclasses
[1855]