Hello,
this is a weird issue i'm having.

I migrated the backup server from FreeBSD 6.1 to CentOS 4.4

The following where kept the same

1)Mysql version --> 4.1
2)Bacula version --> 1.38
3)configuration files --> bacula-dir.conf + bacula-sd.conf

I am having issues thus far having Volumes show up upon doing a


list volumes

or

list media


Also, upon trying to run a backup job I get the following

07-Jan 13:42 backup01-sd: Job web.2007-01-07_13.42.48 waiting. Cannot find
any appendable volumes.
Please use the "label"  command to create a new Volume for:
   Storage:      "web-FileStorage" (/home/bacula/web/)
   Media type:   web-File
   Pool:         web-Pool-Full


This used to work like a clockwork before.  Also, I had deleted the bacula
tables and reset all from
scratch several times on the FreeBSD system, and I have never had such an
issue upon trying to run
a backup job the very first time around.


Here's a snipped of my bacula-dir.conf + bacula-sd.conf files

#
# web
#
Client
{
       Name = web-fd
       Address = web
       FDPort = 9102
       Catalog = MySQL
       Password = "BOGUS"
       AutoPrune = yes
}
Storage
{
       Name = web-sd
       Address = backup01.mydomain.com
       SDPort = 9103
       Password = "BOGUS"
       Device = web-FileStorage
       Media Type = web-File
}
Pool
{
       Name = web-Pool-Full
       Pool Type = Backup
       Recycle = yes
       AutoPrune = yes
       Volume Retention = 2 months
       Accept Any Volume = yes
       Maximum Volumes = 3
       Maximum Volume Jobs = 1
       Recycle Oldest Volume = yes
       Purge Oldest Volume = yes
}
Pool
{
       Name = web-Pool-Diff
       Pool Type = Backup
       Recycle = yes
       AutoPrune = yes
       Volume Retention = 1 month
       Accept Any Volume = yes
       Maximum Volumes = 4
       Maximum Volume Jobs = 1
       Recycle Oldest Volume = yes
       Purge Oldest Volume = yes
}
Job
{
       Name = web
       Client = web-fd
       Storage = web-sd
       JobDefs = Backup
       FileSet = FileSet-Unix
       Pool = Default
       Full Backup Pool = web-Pool-Full
       Differential Backup Pool = web-Pool-Diff
       Incremental Backup Pool = web-Pool-Incr
}


-----------------------------------------------------------------------------------------------------------------------------------------


bacula-sd.conf



Storage
{
       Name = backup01-sd
       SDPort = 9103
       WorkingDirectory = "/var/bacula"
       Pid Directory = "/var/run"
       Maximum Concurrent Jobs = 5
}

Director
{
       Name = backup-dir
       Password = "BOGUS"
}

Messages
{
       Name = Standard
       director = backup-dir = all
}

Device
{
       Name = web-FileStorage
       Media Type = web-File
       Archive Device = /home/bacula/web/
       Device Type = File
       LabelMedia = yes
       AlwaysOpen = yes
       Random Access = yes
       RemovableMedia = no
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to