I've encountered yet another issue with my Bacula install (using Ubuntu
jammy/22.04 packages).  I created my storage tape drive, am able to mount,
unmount and label the tape volume but when I start a backup, it gives the
below logs and does nothing else.

2024-10-15 18:35:42 backupsrv-dir JobId 6: No prior or suitable Full
backup found in catalog. Doing FULL backup.
2024-10-15 18:35:44 backupsrv-dir JobId 6: Start Backup JobId 6,
Job=LocalFS.2024-10-15_18.35.42_35
2024-10-15 18:35:44 backupsrv-dir JobId 6: Connected to Storage
"Tape1" at backupsrv:9103 with TLS
2024-10-15 18:35:44 backupsrv-dir JobId 6: Using Device "Ultrium920
Stand Alone" to write.
2024-10-15 18:35:44 backupsrv-dir JobId 6: Connected to Client
"backupsrv-fd" at backupsrv:9102 with TLS
2024-10-15 18:35:45 backupsrv-fd JobId 6: Connected to Storage at
backupsrv:9103 with TLS

Upon statusing the storage, it says in "Device is being initialized".  I
would think something is wrong with the drive config, but it was able to
label the tape etc.  Also I have no idea why it's reporting using 12.5GB of
space and only shows 92 Gb available when it's an Ultrium 3 LTO-3 drive and
I specified 400GB for the storage.

The package Ubuntu packages didn't come with the web interface nor the
tools such as btape so I'm a little hindered in following the manual's
troubleshooting.

Included below are what I *think *are the relevant parts of the config.

Thanks again in advance.

Director Config:
Job {
  Name = "LocalFS"
  Type = "Backup"
  Level = "Differential"
  Messages = "Standard"
  Storage = "Tape1"
  Pool = "LTO3Tape"
  Client = "backupsrv-fd"
  Fileset = "LocalCfgs"
  Schedule = "WeeklyCycle"
}
Storage {
  Name = "Tape1"
  SdPort = 9103
  Address = "backupsrv"
  Password = <redacted>
  Device = "Ultrium920 Stand Alone"
  MediaType = "Ultrium 3"
  MaximumConcurrentJobs = 10
}

Fileset {
  Name = "LocalCfgs"
  Include {
    File = "/opt/bacula"
    File = "/home"
    File = "/etc/apache2"
    Options {
      Compression = "Gzip"
    }
  }
}

Pool {
  Recycle = yes
  AutoPrune = yes
  PoolType = "Backup"
  Storage = "Tape1"
  Catalog = "MyCatalog"
  MaximumVolumes = 100
  Name = "LTO3Tape"
  MaximumVolumeBytes = 429496729600
  VolumeRetention = 31536000
}

bacula-sd:
Device {
  DeviceType = "Tape"
  Name = "Ultrium920 Stand Alone"
  ArchiveDevice = "/dev/st0"
  MediaType = "Ultrium 3"
  MaximumFileSize = 2000000000
  VolumeCapacity = 400000000000
}
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to