Hi

Thanks for the fast replies and sorry for my slow response. It seems my 
spooling was not working right, but I have it working now. I am not sure what 
uses the memory up, but here is my configs:

CPU = 2 x Dual Core Intel(R) Xeon(TM) CPU 2.40GHz
Memory = 4GB
Swap = 6GB
The server is connected via fibre to the tape library


bacula-dir
Director {                  
    
  Name = uk-rhbackup.server.com-dir
  DIRport = 9101              
  QueryFile = "/etc/bacula/query.sql"
  WorkingDirectory = "/var/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 20
  Password = "1234567890-09876532123456789098765432"
  Messages = Daemon
}

bacula-sd
Autochanger {
  Name = Autochanger
  Changer Device = /dev/sg3
  Device = Drive0, Drive1, Drive2, Drive3, Drive4
   Ultrium-4-SCSI-4, Ultrium-4-SCSI-5
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
}



Device {
  Name = Drive0
  Archive Device = /dev/nst3
  Device Type = Tape
  Media Type = ULTRIUM-LTO-4
  Autochanger = Yes
  Alert Command = "sh -c 'smartctl -H -l error %c'"
  Drive Index = 0
  RemovableMedia = yes
  Random Access = no
  Maximum Spool Size = 50gb
  Maximum Job Spool Size = 30gb
  Spool Directory = /var/spool/backup
}

Device {
  Name = Drive1
  Archive Device = /dev/nst0
  Device Type = Tape
  Media Type = ULTRIUM-LTO-4
  Autochanger = Yes
  Alert Command = "sh -c 'smartctl -H -l error %c'"
  Drive Index = 1
  RemovableMedia = yes
  Random Access = no
  Maximum Spool Size = 50gb
  Maximum Job Spool Size = 30gb
  Spool Directory = /var/spool/backup
}

Device {
  Name = Drive2
  Archive Device = /dev/nst1
  Device Type = Tape
  Media Type = ULTRIUM-LTO-4
  Autochanger = Yes
  Alert Command = "sh -c 'smartctl -H -l error %c'"
  Drive Index = 2
  RemovableMedia = yes
  Random Access = no
  Maximum Spool Size = 50gb
  Maximum Job Spool Size = 30gb
  Spool Directory = /var/spool/backup
}

Device {
  Name = Drive3
  Archive Device = /dev/nst2
  Device Type = Tape
  Media Type = ULTRIUM-LTO-4
  Autochanger = Yes
  Alert Command = "sh -c 'smartctl -H -l error %c'"
  Drive Index = 3
  RemovableMedia = yes
  Random Access = no
  Maximum Spool Size = 50gb
  Maximum Job Spool Size = 30gb
  Spool Directory = /var/spool/backup
}

Device {
  Name = Drive4
  Archive Device = /dev/nst4
  Device Type = Tape
  Media Type = ULTRIUM-LTO-4
  Autochanger = Yes
  Alert Command = "sh -c 'smartctl -H -l error %c'"
  Drive Index = 4
  RemovableMedia = yes
  Random Access = no
  Maximum Spool Size = 50gb
  Maximum Job Spool Size = 30gb
  Spool Directory = /var/spool/backup
}


I still have the box running out of memory after doing about 600GB, if I spool 
data it is also very slow. 

ekke85

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



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to