Well I'm following the book and getting some pretty basic errors right from the beginning. It tells me to replace my bacula-dir.conf with the following contents - which when I try to start director seems to be missing some items like a pool definition for one. Pretty sure I am following it to the T.
In general - not impressed with the ebook. * Starting Bacula Director... bacula-dir 23-Jan 13:29 bacula-dir: ERROR TERMINATION at parse_conf.c:479 Config error: Could not find config Resource Default referenced on line 25 : Pool = Default : line 25, col 16 of file /etc/bacula/bacula-dir.conf Pool = Default ...fail! Now, replace the contents of the /etc/bacula/bacula-dir.conf file with the following code: Director { Name = debian-dir DIRport = 9101 QueryFile = "/etc/bacula/scripts/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run/bacula" Maximum Concurrent Jobs = 1 Password = "password-dir" DirAddress = 10.10.1.100 } Storage { Name = LocalStorage Address = 10.10.1.100 SDPort = 9103 Password = "password-sd" Device = FileStorage Media Type = File } Job { Name = DefaultJob Type = Backup Messages = Standard Pool = Default Client = DefaultClient Fileset = DefaultFileset Storage = LocalStorage } Client { Name = DefaultClient Network Backup with Bacula How-To 7 Address = 10.10.1.100 Password = "" Catalog = DefaultCatalog } Fileset { Name = DefaultFileset } Catalog { Name = DefaultCatalog dbname = "bacula"; dbuser = ""; dbpassword = "" } ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users