I moved to a new bigger disk and now I have to label every volume.  I have restarted both the bacula director + the storage node.

How do I get auto-labeling to work again please?

bacula-director          9.6.7-3        amd64  on Debian12

root@bacula:/etc/bacula/conf.d# cat pools.conf
Pool {
        Name = RemoteFile
        Pool Type = Backup
        Label Format = "Remote-"
        Recycle = yes
        AutoPrune = yes
        Volume Retention = 1100 days
        Maximum Volume Bytes = 50G
        Maximum Volumes = 2000
        }

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






_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to