I tried the following:
1. Full Backup (to disk)
2. Incremental Backup (to disk)
3. Incremental Backup (to disk)
4. VirtualFull Backup (to tape)
5. Incremental Backup (to disk)
6. VirtualFull Backup (***)

That last VirtualFull seems to want the tape media used in (4) as a
source instead of the disk volume used in (1), but obviously that is not
going to work and I get the following:

23-Mar 22:23 bacula-dir JobId 1127: Start Virtual Backup JobId 1127,
Job=smtp2.2009-03-23_22.23.51.15
23-Mar 22:23 bacula-dir JobId 1127: Warning: This Job is not an Accurate
backup so is not equivalent to a Full backup.
23-Mar 22:23 bacula-dir JobId 1127: Bootstrap records written to
/var/lib/bacula/bacula-dir.restore.5.bsr
23-Mar 22:23 bacula-dir JobId 1127: Using Device "TapeStorage"
23-Mar 22:23 bitvs2-sd JobId 1127: acquire.c:116 Changing read device.
Want Media Type="LTO-2" have="File"
  device="Disk0" (/backup/bacula01)
23-Mar 22:23 bitvs2-sd JobId 1127: Media Type change.  New read device
"Disk0" (/backup/bacula01) chosen.
23-Mar 22:23 bitvs2-sd JobId 1127: Warning: dev.c:534 dev.c:532 Could
not open: /backup/bacula01/BIT0001, ERR=No such file or directory
23-Mar 22:23 bitvs2-sd JobId 1127: Warning: acquire.c:221 Read open
device "Disk0" (/backup/bacula01) Volume "BIT0001" failed: ERR=dev.c:532
Could not open: /backup/bacula01/BIT0001, ERR=No such file or directory

23-Mar 22:23 bitvs2-sd JobId 1127: Please mount Volume "BIT0001" for:
    Job:          smtp2.2009-03-23_22.23.51.15
    Storage:      "Disk0" (/backup/bacula01)
    Pool:         Disk
    Media type:   LTO-2

My Storage definitions are:

Storage {
  Name = bitvs2-tape-sd
  Address = 192.168.200.226
  SDPort = 9103
  Password = ""
  Device = TapeStorage
  Media Type = LTO-2
  Maximum Concurrent Jobs = 2
}

Storage {
  Name = bitvs2-disk-sd
  Address = 192.168.200.226
  SDPort = 9103
  Password = ""
  Device = Disk0
  Media Type = File
  Maximum Concurrent Jobs = 2
}

Am I doing something wrong? Has such a problem been fixed in the last
week or so?

Thanks

James


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to