Hello all :)

using here Bareos 17.2 on UCS 4.4.1. I thought it was working, but it still 
seems a few settings do not fit. In the log in found that:

bareos-sd JobId 82: User defined maximum volume capacity 107,374,182,400 
exceeded on device "FileStorage" (/var/lib/bareos/storage).
bareos-sd JobId 82: Job Backup-peter.supertux.lan.2019-09-07_21.00.00_35 is 
waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
Storage: "FileStorage" (/var/lib/bareos/storage)
Pool: Full
Media type: File





[image: bareos-settings-ucs.png]
So what is the right variable to set higher size? I found also the files on 
the hdd for this variables:

Pool {
  Name = Full
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # How long should the Full Backups be 
kept? (#06)
  Maximum Volume Bytes = 100 G
  Maximum Volumes = 1
  Label Format = "Full-"              # Volumes will be labeled 
"Full-<volume-id>"
}





Pool {
  Name = Differential
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 90 days          # How long should the Differential 
Backups be kept? (#09)
  Maximum Volume Bytes = 10 G
  Maximum Volumes = 1
  Label Format = "Differential-"      # Volumes will be labeled 
"Differential-<volume-id>"
}



Pool {
  Name = Incremental
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 30 days          # How long should the Incremental 
Backups be kept?  (#12)
  Maximum Volume Bytes = 1 G
  Maximum Volumes = 1
  Label Format = "Incremental-"       # Volumes will be labeled 
"Incremental-<volume-id>"
}



The space for backups is a zvol:
/dev/sdb1       435G    139G  275G   34% /var/lib/bareos/storage

Best Regards

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/e0268e30-4fbd-4803-b00f-21c7a4e46da9%40googlegroups.com.

Reply via email to