Hello,

I wanted to configure Bareos to use one file volume for each several backup job. I tried to configure this with the option 'Maximum Volume Jobs=1' but this did not work as expected. I have configured the FileStorage Resource with 'Maximum Concurrent Jobs = 4' to optimize the backup on disk. But if configured that way, the first job (e.g: backup_fileserver) starts and creates a volume as expected:

backupsrv-dir Max Volume jobs=1 exceeded. Marking Volume "monthly_backup_fileserver.20160206.1431" as Used.
 Start Backup JobId 387, Job=backup_fileserver.2016-02-06_14.31.15_31
 Created new Volume "monthly_backup_fileserver.20160206.1431" in catalog.
 Using Device "FileStorage" to write.
backupsrv-sd Labeled new Volume "monthly_backup_fileserver.20160206.1431" on device "FileStorage" (/mnt/tank/bareos/storage). Wrote label to prelabeled Volume "monthly_backup_fileserver.20160206.1431" on device "FileStorage" (/mnt/tank/bareos/storage) fileserver-fd /var/lib/ntp/proc is a different filesystem. Will not descend from / into it.
...


Then the second job starts and outputs:

backupsrv-dir
Error: sql_create.c:450 Volume "monthly_backup_binky.20160206.1432" already exists.
 Start Backup JobId 388, Job=backup_binky.2016-02-06_14.32.20_32
 Created new Volume "monthly_backup_binky.20160206.1432" in catalog.

Error: sql_create.c:450 Volume "monthly_backup_binky.20160206.1432" already exists.

Error: sql_create.c:450 Volume "monthly_backup_binky.20160206.1432" already exists.

It creates every minute a new volume in the catalog database, but does not create the volume on disk. It seems that the label command can not be executed due to the running job 'backup_fileserver'.


Best regards

----------------------------------------------------------------------
Marco Hoppstädter            Email:  [email protected]
HighTec EDV-Systeme GmbH     Tel:    +49-681-92613-38
Feldmannstrasse 98           WWW:    http://www.hightec-rt.com
D-66119 Saarbrücken
----------------------------------------------------------------------
Managing Directors: Vera Strothmann, Dr. Rolf Strothmann
Local Court: Saarbrücken, HRB 10445, VAT ID: DE 138344222

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient please notify the sender immediately
and destroy this e-mail. Any unauthorised copying, disclosure or
distribution of the material in this e-mail is strictly forbidden.
---

--
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