I have,
 bacula-director          9.6.7-3  on Debian12
I have just moved all the backup volumes to a new USB disk as I was running
out of space on the old one (4tb V 15tb).

The system should start a new volume at 50gb and auto label? but this is
not happening, I have to label manually when a volume is full.

My pool setup looks like this,

Pool {
        Name = RemoteFile
        Pool Type = Backup
        Label Format = "Remote-"
        Recycle = yes
        AutoPrune = yes
        Volume Retention = 1100 days
        Maximum Volume Bytes = 50G
        Maximum Volumes = 2000
        }

On the sd the file is,

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
}


root@am4:/bacula/backup# ls -lt
total 3046166264
-rw-r----- 1 bacula tape    10882269184 Mar  3 10:31 Remote-10001
-rw-r----- 1 bacula tape            213 Mar  3 10:17 Remote-10000
-rw-r----- 1 bacula tape            213 Mar  3 10:17 Remote-00010
-rw-r----- 1 bacula bacula  53687032672 Mar  3 09:55 Remote-0009
8><---

When Remote-0009 filled I had to label Remote-10001  as messages said
waiting for a volume.

What am I doing wrong pls?

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

Reply via email to