Hi,

I have a small Bacula setup at home that's been running for a few
months. I'm currently in college, and only home every other weekend (not
this weekend). I do most of my backups to disk and only the important
stuff to tape. I have two tape drives, both loaded with tape, figuring
that when one tape fills up and I'm not home to change it, I can backup
to the other drive.

This morning, I was greeted with warnings that my tape had filled up.
Looking in bacula-web, I confirm this:

pool-tape
Vol Name           Status
stor1-dds-A        Full
stor1-dlt-2        Append

>From bacula-dir.conf:
Storage {
  Name = STOR1-sd-st0
  Password = ***
  Address = STOR1.jasonantman.com
  SDPort = 9103
  Device = dev-STOR1-st0
  Media Type = DDS-4
}
Storage {
  Name = STOR1-sd-st1
  Password = ***
  Address = STOR1.jasonantman.com
  SDPort = 9103
  Device = dev-STOR1-st1
  Media Type = DLT7000
}

JobDefs {
  Name = Default1-Weekly-Tape
  Type = Backup
  Level = Full
  Schedule = WeeklyTapeSchedule
  Storage = STOR1-sd-st0
  Storage = STOR1-sd-st1
  Pool = pool-tape
  Messages = Daemon
  Priority = 15
}

from bconsole:

Pool: pool-tape
+---------+-------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+
| MediaId | VolumeName  | VolStatus | Enabled | VolBytes       |
VolFiles | VolRetention | Recycle | Slot | InChanger | MediaType |
LastWritten         |
+---------+-------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+
|      15 | stor1-dds-A | Full      |       1 | 22,973,690,880 |      
66 |    2,592,000 |       1 |    0 |         0 | DDS-4     | 2008-01-27
03:09:06 |
|      16 | stor1-dlt-2 | Append    |       1 |              0 |       
0 |    2,592,000 |       1 |    0 |         0 | DLT7000   | 0000-00-00
00:00:00 |
+---------+-------------+-----------+---------+----------------+----------+--------------+---------+------+-----------+-----------+---------------------+


For jobdefs, given that I've defined:
  Storage = STOR1-sd-st0
  Storage = STOR1-sd-st1
is there a way to force bacula to move to STOR1-sd-st1 when STOR1-sd-st0
is full?

Thanks,
Jason

-------------------------------------------------------------------------
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