Dear all,

       After running bacula for a month and a half, I found out that sometimes 
my media will not load correctly. The warning message is:

30-Nov 09:40 bacula-sd JobId 117: Warning: mount.c:227 Open device 
"KnuthBackups" (/backup/Knuth/Backups) Volume "Adams-Inc-0024" failed: 
ERR=dev.c:549 Could not open: /backup/Knuth/Backups/Adams-Inc-0024, ERR=No such 
file or directory

This is normal, but it is not normal to gain 27 GB of log files in 24 hours:

[root@strugatsky bacula]# ls -lah  /var/spool/bacula/ | grep "G "
-rw-------   1 root   root    13G Nov 30 09:40 bacula-dir.conmsg
-rw-r-----   1 bacula bacula  14G Nov 30 09:48 log

Please, help me isolate these warnings from my log files or at least narrow 
their burst rate.

Important parts of my config:

Director {                            # define myself
  Name = bacula-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/usr/libexec/bacula/query.sql"
  WorkingDirectory = "/var/spool/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 1
  Password = "PASSWORD"         # Console password
  Messages = Daemon
}

Job {
  Name = BackupCatalog
  Level = Full
  FileSet = Catalog
  Schedule = WeeklyCycleAfterBackup
  Run Before Job = "/usr/libexec/bacula/make_catalog_backup.pl MyCatalog"
  Run After Job = /usr/libexec/bacula/delete_catalog_backup
  Write Bootstrap = "/var/spool/bacula/%n.bsr"
  Priority = 11
  Storage = File
  Pool = File
  Messages = Standard
  Type = Backup
  Client = bacula-fd
  SpoolData = No
}

Job {
  Name = Adams-Documents
  Type = Backup
  Level = Full
  Client = adams-fd
  FileSet = Adams-Documents
  Schedule = WeeklyCycleAdams
  Storage = KnuthBackups
  Messages = Standard
  Pool = Default
  SpoolData = No
}

Messages {
  Name = Standard
  mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s 
\"Bacula: %t %e of %c %l\" %r"
  operatorcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s 
\"Bacula: Intervention needed for %j\" %r"
  mail = root@localhost = all, !skipped
  operator = root@localhost = mount
  console = all, !skipped, !saved
  append = "/var/spool/bacula/log" = all, !skipped
}

Messages {
  Name = Daemon
  mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s 
\"Bacula daemon message\" %r"
  mail = root@localhost = all, !skipped
  console = all, !skipped, !saved
  append = "/var/log/bacula.log" = all, !skipped
}


Thank you very much,
Todor

+----------------------------------------------------------------------
|This was sent by t.i.iva...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to