Hi,

I have the following problem. Backups completed with warnings (ERR=No medium 
found).

*run job=backup-bareos-fd level=Full
Using Catalog "MyCatalog"
Run Backup job
JobName:  backup-bareos-fd
Level:    Full
Client:   bareos-fd
Format:   Native
FileSet:  LinuxAll
Pool:     Tape-Full (From Job FullPool override)
Storage:  Tape (From Pool resource)
When:     2017-05-04 10:05:40
Priority: 10
OK to run? (yes/mod/no): yes
Job queued. JobId=26


*messages
04-May 10:05 bareos-dir JobId 26: Start Backup JobId 26, 
Job=backup-bareos-fd.2017-05-04_10.05.44_17
04-May 10:05 bareos-dir JobId 26: Recycled current volume "NC1527L4"
04-May 10:05 bareos-dir JobId 26: Using Device "IBM-TS3573_drive" to write.
04-May 10:06 bareos-sd JobId 26: Error: generic_tape_device.c:140 Unable to 
open device "IBM-TS3573_drive" (/dev/tape/by-id/scsi-32001000e1113759e-nst): 
ERR=No medium found
04-May 10:06 bareos-sd JobId 26: Recycled volume "NC1527L4" on device 
"IBM-TS3573_drive" (/dev/tape/by-id/scsi-32001000e1113759e-nst), all previous 
data lost.
04-May 10:06 t-bareos-fd JobId 26:      Disallowed filesystem. Will not descend 
from / into /boot/efi
04-May 10:06 t-bareos-fd JobId 26:      Disallowed filesystem. Will not descend 
from / into /dev
04-May 10:06 t-bareos-fd JobId 26:      Disallowed filesystem. Will not descend 
from / into /run
04-May 10:06 t-bareos-fd JobId 26:      Disallowed filesystem. Will not descend 
from / into /sys
04-May 10:06 t-bareos-fd JobId 26:      Disallowed filesystem. Will not descend 
from / into /mnt/smb
04-May 10:06 bareos-sd JobId 26: Elapsed time=00:00:24, Transfer rate=108.0 M 
Bytes/second
04-May 10:06 bareos-dir JobId 26: Bareos bareos-dir 16.2.4 (01Jul16):
  Build OS:               x86_64-redhat-linux-gnu redhat CentOS Linux release 
7.0.1406 (Core) 
  JobId:                  26
  Job:                    backup-bareos-fd.2017-05-04_10.05.44_17
  Backup Level:           Full
  Client:                 "bareos-fd" 16.2.4 (01Jul16) 
x86_64-redhat-linux-gnu,redhat,CentOS Linux release 7.0.1406 (Core) 
,CentOS_7,x86_64
  FileSet:                "LinuxAll" 2017-04-25 11:24:29
  Pool:                   "Tape-Full" (From Job FullPool override)
  Catalog:                "MyCatalog" (From Client resource)
  Storage:                "Tape" (From Pool resource)
  Scheduled time:         04-May-2017 10:05:40
  Start time:             04-May-2017 10:05:46
  End time:               04-May-2017 10:06:27
  Elapsed time:           41 secs
  Priority:               10
  FD Files Written:       45,585
  SD Files Written:       45,585
  FD Bytes Written:       2,587,519,224 (2.587 GB)
  SD Bytes Written:       2,594,173,717 (2.594 GB)
  Rate:                   63110.2 KB/s
  Software Compression:   None
  VSS:                    no
  Encryption:             no
  Accurate:               no
  Volume name(s):         NC1527L4
  Volume Session Id:      6
  Volume Session Time:    1493799129
  Last Volume Bytes:      2,596,090,331 (2.596 GB)
  Non-fatal FD errors:    0
  SD Errors:              1
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK -- with warnings



My environment: bareos-16.2.4-12.1.el7.x86_64, IBM TS3573 (1 drive, 44 slots).

conf:

Job {
  Name = "backup-bareos-fd"
  JobDefs = "DefaultJob-Tape"
  Client = "bareos-fd"
  FileSet = "LinuxAll"
}

JobDefs {
  Name = "DefaultJob-Tape"
  Type = Backup
  Level = Incremental
  Client = bareos-fd
  FileSet = "SelfTest"
  Schedule = "WeeklyCycle"
  Storage = Tape
  Messages = Standard
  Pool = Tape-Incremental
  Priority = 10
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = Tape-Full
  Differential Backup Pool = Tape-Differential
  Incremental Backup Pool = Tape-Incremental
}

Pool {
  Name = Tape-Full
  Pool Type = Backup
  Recycle = yes                       
  AutoPrune = yes                     
  Volume Retention = 365 days        
  Maximum Volume Bytes = 1600G
  Recycle Pool = Scratch
  Maximum Block Size = 1048576
  Storage = Tape
}

Storage {
  Name = Tape
  Address  = t-bareos.yadro.com
  Password = "1UJFAw2s4QVql5a/x0rk5s6wQcQ8c63aahmZOzlqrpV7"
  Device = IBM-TS3573_changer
  Media Type = LTO
}

Autochanger {
  Name = "IBM-TS3573_changer"
  # adapt this, to match your storage loader
  Changer Device = /dev/tape/by-id/scsi-1IBM_3573-TL_00L4U78L9800_LL0

  # an Autochanger can contain multiple drive devices
  Device = IBM-TS3573_drive
  #Device = tapedrive-1

  Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
}

Device {

    Name = "IBM-TS3573_drive"
    DeviceType = tape

    # default:0, only required if the autoloader have multiple drives.
    DriveIndex = 0

    # if only one drive is available, this is normally /dev/nst0.
    # However, it is advised to access it via id (/dev/tape/by-id/...).
    ArchiveDevice = /dev/tape/by-id/scsi-32001000e1113759e-nst
    #ArchiveDevice = /dev/tape/by-id/scsi-350011d00018a5f03-nst

    # arbitrary string that descripes the the storage media.
    # Bareos uses this to determine, which device can be handle what media.
    MediaType = LTO

    # enable "Check Labels" if tapes with ANSI/IBM labels
    # should be preserved
    Check Labels = yes

    AutoChanger = yes                       # default: no
    AutomaticMount = yes                    # default: no
    MaximumFileSize = 10GB                  # default: 1000000000 (1GB)
}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to