-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list.

I'm running bacula 2.2.7 for 2 days and I've a MSL2024 HP library with
one LTO3 drive.

My problem is that bacula reports that tape are full very early (with
only 100-200 GB) and it needs another tape to continye my backups.

This is my 'list media' output

- -----+---------------------+
| MediaId | VolumeName | VolStatus | Enabled | VolBytes        |
VolFiles | VolRetention | Recycle | Slot | InChanger | MediaType |
LastWritten         |
+---------+------------+-----------+---------+-----------------+----------+--------------+---------+------+-----------+-----------+---------------------+
|       1 | SO0001     | Full      |       1 | 122,909,617,152 |
124 |    2,592,000 |       1 |    1 |         1 | LTO3      | 2008-02-09
13:48:08 |
|       2 | SO0002     | Append    |       1 |  58,285,495,296 |
61 |    2,592,000 |       1 |    2 |         1 | LTO3      | 2008-02-09
19:39:16 |
|       3 | SO0003     | Append    |       1 |          64,512 |
0 |    2,592,000 |       1 |    3 |         1 | LTO3      | 0000-00-00
00:00:00 |
+---------+------------+-----------+---------+-----------------+----------+--------------+---------+------+-----------+-----


The following is my bacula-sd.conf file.

#
# Default Bacula Storage Daemon Configuration file
#
#  For Bacula release 2.0.3 (06 March 2007) -- suse 10.2
#
# You may need to change the name of your tape drive
#   on the "Archive Device" directive in the Device
#   resource.  If you change the Name and/or the
#   "Media Type" in the Device resource, please ensure
#   that dird.conf has corresponding changes.
#

Storage {                             # definition of myself
  Name = bacula-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/opt/bacula-2.2.7/var/bacula/working"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = bacula-dir
  Password = "XXXXXXXX"
}

# An autochanger device with two drives
#
Autochanger {
  Name = Autochanger
  Device = Drive-1
  Changer Command = "/opt/bacula-2.2.7/etc/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg1
  #Changer Device = /dev/sg15
}

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /opt/bacula/var/bacula/storage/
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


Device {
  Name = Drive-1                      #
  Drive Index = 0
  Media Type = LTO3
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  # Enable the Alert command only if you have the mtx package loaded
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
  #qIf you have smartctl, enable this, it has more info than tapeinfo
  Alert Command = "sh -c 'smartctl -H -l error %c'"
}

# Send all messages to the Director,
# mount messages also are sent to the email address
#
Messages {
  Name = Standard
  director = bacula-dir = all
}


Any ideas ?


Thanks in advanced.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHrfZoTX3bPZUWI/oRAub4AJkB6O1lrgCXsFRDStKw7VwfpnZ1ugCggX/N
/ZhJ7R+ZQ3KfHVAop12Z/r8=
=KfGO
-----END PGP SIGNATURE-----

-- 
Aquest missatge ha estat verificat amb antivirus i
antispam. Es considera que esta net.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to