Example guide to install backup a windowsxp machine (dellpc1 on 192.168.2.100) to a clark server (clark1 on 192.168.2.50). From ClarkConnect 3.2 web admin interface: ========================================== 1. System, Backup Database Service, To Auto / Start 2. System, Backup Director Service, To Auto / Start 3. System, Backup File Service, To Auto / Start 4. System, Backup Storage Service, To Auto / Start 5. General Configuration: Director Daemon Settings ======================== Name: clark1-dir Address: 192.168.2.50 Port: 9101 Password: mypassword [Update] File Daemon Settings ==================== Name: clark1-fd Port: 9102 [Update] Storage Daemon Settings ======================= Name: clark1-sd Port: 9103 [Update] 6. Download winbacula-1.36.3.exe (http://prdownloads.sourceforge.net/bacula/winbacula-1.38.6.exe?download) 7. Install everything to c:\bacula directory 8. Edit the c:\bacula\bin\bacula-fd.conf file and paste this: Director { Name = clark1-dir Password = "mypassword" } FileDaemon { Name = dellpc1-fd FDport = 9102 WorkingDirectory = "c:\\bacula\\working" Pid Directory = "c:\\bacula\\working" } Messages { Name = Standard director = clark1-dir = all, !skipped } 9. Edit the c:\bacula\bin\bconsole.conf file and paste this: Director { Name = clark1-dir DIRport = 9101 address = 192.168.2.50 Password = "mypassword" } 10. Edit the c:\bacula\bin\wx-console.conf file and paste this: Director { Name = clark1-dir DIRport = 9101 address = 192.168.2.50 Password = "mypassword" } 11. Software, LAN Backup/Recovery, Configure Clients "dellpc1-fd" Name: dellpc1-fd Address: 192.168.2.100 Password: mypassword [Update] 12. Software, LAN Backup/Recovery, Configure Filesets "DellPCFiles" Directories and Files: c: [Update] 13. Software, LAN Backup/Recovery, Configure Jobs "DellPCJob" Client: dellpc1-fd File Set: DellPCFiles [Update] 14. Software, LAN Backup/Recovery, Backup Job Name: DellPCJob [Update] 15. Software, LAN Backup/Recovery, Configure Storage "File" [Edit] Address: 192.168.2.50 [Update] 16. Restart all the daemons on the server and restart the bacula-fd.exe on the pc. 17. Software, LAN Backup/Recovery, Backup, DellPCJob ...AND FINALLY CLICK "START" !!!!