Hello all

   I have bacula 1.38.10 running on a dual-processor machine with FC3
backing up to local disk. I use bacula to backup 145 servers, on the
internet, everyday.  The backup job work fine, but when bacula set the
volume name, he become confuse, and set a wrong name. Other times, he
create one or more empty volumes with crazy names.

   Maybe is something wrong with my config files, but now i can't find
where is the problem.

   Here is my configuration:

  # POOL

  Pool {
  Name = Full
  Pool Type = Archive
  Label Format = "${Client}-${Year}${Month:p/2/0/r}${Day:p/2/0/r}-Full"
  Use Volume Once = yes
  Recycle = no
  AutoPrune = yes
  Volume Retention = 7300 days
  Volume Use Duration = 8 days
  Accept Any Volume = no
  Maximum Volume Jobs = 1
  }

  Pool {
  Name = Differential
  Pool Type = Archive
  Label Format =
"${Client}-${Year}${Month:p/2/0/r}${Day:p/2/0/r}-Differential"
  Use Volume Once = yes
  Recycle = no
  AutoPrune = yes
  Volume Retention = 7300 days
  Volume Use Duration = 8 days
  Accept Any Volume = no
  Maximum Volume Jobs = 1
  }

  # Job

  Job {
  Name = Server1
  Type = Backup
  Client = Server1
  FileSet = webserver
  Messages = messages
  Storage = Server1
  Maximum Concurrent Jobs = 3
  Pool = Default
  Full Backup Pool = Full
  Differential Backup Pool = Differential
  Schedule = morning
  Priority = 1
  Prune Jobs = yes
  Write Bootstrap = /var/db/bacula/Server1.bsr
  RunBeforeJob = "/usr/local/scripts/ssh-tunnel.pl start foo.bar.com.br
54978"
  RunAfterJob = "/usr/local/scripts/ssh-tunnel.pl stop foo.bar.com.br 54978"
  RunAfterFailedJob = "/usr/local/scripts/ssh-tunnel.pl stop
foo.bar.com.br 54978"
  Reschedule On Error = yes
  Reschedule Interval = 2 hour
  Reschedule Times = 6
}

  Job {
  Name = Server2
  Type = Backup
  Client = Server2
  FileSet = webserver
  Messages = messages
  Storage = Server2
  Maximum Concurrent Jobs = 3
  Pool = Default
  Full Backup Pool = Full
  Differential Backup Pool = Differential
  Schedule = morning
  Priority = 1
  Prune Jobs = yes
  Write Bootstrap = /var/db/bacula/Server2.bsr
  RunBeforeJob = "/usr/local/scripts/ssh-tunnel.pl start foo.bar.com.br
54978"
  RunAfterJob = "/usr/local/scripts/ssh-tunnel.pl stop foo.bar.com.br 54978"
  RunAfterFailedJob = "/usr/local/scripts/ssh-tunnel.pl stop
foo.bar.com.br 54978"
  Reschedule On Error = yes
  Reschedule Interval = 2 hour
  Reschedule Times = 6
}


   # I use the directory /usr/local/backup/<client> as device, so for
this example i have two directorys:

   Server1 -> /var/local/backup/Server1
   Server2 -> /var/local/backup/Server2

   When i list each directory, i have this:

   [EMAIL PROTECTED] ~]# ls -ltr /var/local/backup/Server1/
   -rw-r-----  1 root root 310131615 Aug 20 06:42 Server1-20060820-Full
   -rw-r-----  1 root root 299251185 Aug 21 02:35
Server3-20060821-Differential <- Wrong volume names
   -rw-r-----  1 root root 314013370 Aug 22 05:34
Server1-20060822-Differential
   -rw-r-----  1 root root 303142811 Aug 23 05:15
Server1-20060823-Differential
   -rw-r-----  1 root root         0 Aug 24 01:00
Server5-20060824-Differential <- Empty files
   -rw-r-----  1 root root 317970200 Aug 24 04:42
Server2-20060825-Differential


   [EMAIL PROTECTED] ~]# ls -ltr /var/local/backup/Server2/
   -rw-r-----  1 root root  42633148 Aug 20 06:42 Server2-20060820-Full
   -rw-r-----  1 root root  30178902 Aug 21 02:35
Server2-20060820-Differential
   -rw-r-----  1 root root  33981263 Aug 22 05:34
Server2-20060822-Differential
   -rw-r-----  1 root root         0 Aug 23 05:15
Server1-20060823-Differential
   -rw-r-----  1 root root  34198237 Aug 24 01:00
Server5-20060824-Differential
   -rw-r-----  1 root root  35732966 Aug 24 04:42
Server1-20060825-Differential

   Anybody know what is happening?

   []s

   Junior Cunha


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to