[bareos-devel] Volume marked error - what happens?

2018-11-15 Thread Otto Brandstaetter
Hi, I have a hdd of 8TB and did an initial backup using LTO4 tapes, which took nearly two days. Now I did an incremental backup and the last volume was marked errournos. What I do not understand and could not find any information: What about the data on this volume? Do I have to re-backup

[bareos-devel] Cannot pass value to other API on bareos

2018-11-15 Thread Alan Lee
Hi all, I am working on bareos plugin with as below coding: ==Test plugin class= import requests r = requests.get('https://www.example.com.hk/api', auth=('admin@internal','123456'),verify='/root/apache-ca.pem') print r.text class PluginTesting(object):