Bacula-users

[Bacula-users] Error label barcodes

2010-07-30 15:43:11
Subject: [Bacula-users] Error label barcodes
From: Leandro César <leandro.cesar.dias AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 30 Jul 2010 16:39:27 -0300
Hi guys,

I have a tape TL 200, and I have some doubts about my backup job and barcodes

My backup cycle below:

Job {
  Name = "Client_Backup"
  Type = Backup
  Level = Full
  Client = "client"
  FileSet="Backup_Files"
  Storage = TL2000
  Schedule = "MonthlyCycle"
  Messages = Standard
  Pool = Daily
  Priority = 10     # run after main backup
}
Schedule {
  Name = "MonthlyCycle"
  Run = Level=Full Pool=monthly 1st sat at 03:05
  Run = Level=Full Pool=weekly 2nd-5th sat at 03:05
  Run = Level=Incremental Pool=Daily tue-fri at 03:05
}
Pool {
  Name = Daily
  Pool Type = Backup
  AutoPrune = yes
  VolumeRetention = 10d   # recycle in 10 days
  Maximum Volumes = 10
  Recycle = yes
}
Pool {
  Name = weekly
  Use Volume _Once_ = yes
  Pool Type = Backup
  AutoPrune = yes
  VolumeRetention = 30d  # recycle in 30 days (default)
  Recycle = yes
}
Pool {
  Name = monthly
  Use Volume _Once_ = yes
  Pool Type = Backup
  AutoPrune = yes
  VolumeRetention = 365d  # recycle in 1 year
  Recycle = yes
}



When I run label barcodes at console , I have the errors below:

*label barcodes
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Automatically selected Storage: TL2000
Connecting to Storage daemon TL2000 at cliente.xxx:9103 ...
3306 Issuing autochanger "slots" command.
Device "TL2000" has 24 slots.
Connecting to Storage daemon TL2000 at cliente.xxx:9103 ...
3306 Issuing autochanger "list" command.
The following Volumes will be labeled:
Slot  Volume
==============
   1  000009L4
   4  000001L4
   6  000007L4
   7  000010L4
   8  000008L4
   9  000003L4
  11  000011L4
  12  000012L4
  13  000015L4
  14  000018L4
  15  000005L4
  16  000013L4
  17  000004L4
  18  000006L4
  19  000016L4
  20  000014L4
  21  000002L4
  22  000020L4
  23  000019L4
Do you want to label these Volumes? (yes|no): yes
Defined Pools:
     1: Daily
     2: weekly
     3: monthly
Select the Pool (1-3): 1
Media record for Slot 1 Volume "000009L4" already exists.
Connecting to Storage daemon TL2000 at clientexxx:9103 ...
Sending label command for Volume "000001L4" Slot 4 ...
3307 Issuing autochanger "unload slot 1, drive 0" command.
3304 Issuing autochanger "load slot 4, drive 0" command.
3305 Autochanger "load slot 4, drive 0", status is OK.
3920 Cannot label Volume because it is already labeled: "000001L4"
Label command failed for Volume 000001L4.
Sending label command for Volume "000007L4" Slot 6 ...
3307 Issuing autochanger "unload slot 4, drive 0" command.
3304 Issuing autochanger "load slot 6, drive 0" command.
3305 Autochanger "load slot 6, drive 0", status is OK.
3920 Cannot label Volume because it is already labeled: "000007L4"
Label command failed for Volume 000007L4.

................
.......
....


This message " Cannot label Volume because it is already labeled " returns on all tapes.

Already erase the tapes, cleaned the volumes and always got the above errors


After label barcode I can backup in pool daily. but in trying to pool weekly or monthly:

Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:

Grateful if someone can help.

--
--
[]´s

Leandro César


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Error label barcodes, Leandro César <=