Re: [bareos-users] Autchanger Script fails

2021-03-07 Thread Spadajspadaj
+ test 0 -ne 0 + check_parm_count 5 5 + pCount=5 + pCountNeed=5 + test 5 -lt 5 + ctl=/dev/changer1 + cmd=unload + slot=8 + device=/dev/nst0 + drive=0 + debug Parms: /dev/changer1 unload 8 /dev/nst0 0 + test -f /var/bareos/logs/mtx.log + date +%Y%m%d-%H:%M:%S + echo 20210307-18:32:02 Parms: /dev/changer1 unloa

Re: [bareos-users] Jobs not consolidating as expected

2021-03-07 Thread Brock Palen
I found the issue, not sure if bug for feature or how to change the functions, I enabled director debuging setdebug level=99 trace=1 dir And the issue is always incremental calculation only considers jobs that have changes, eg below in the log the job ID’s listed are only jobs that have file

Re: [bareos-users] Autchanger Script fails

2021-03-07 Thread 'tilmang...@googlemail.com' via bareos-users
/bareos/logs/mtx.log + test 0 -ne 0 + check_parm_count 5 5 + pCount=5 + pCountNeed=5 + test 5 -lt 5 + ctl=/dev/changer1 + cmd=unload + slot=8 + device=/dev/nst0 + drive=0 + debug Parms: /dev/changer1 unload 8 /dev/nst0 0 + test -f /var/bareos/logs/mtx.log + date +%Y%m%d-%H:%M:%S + echo 20210307-18:32

[bareos-users] Jobs not consolidating as expected

2021-03-07 Thread Brock Palen
I keep running into a few jobs that are not consolidating saying “not enough invrementals” but there are many many incrementals. This is a problem because eventually the file entries from the full is pruned and now I have an incremental running that is downloading almost every file. Obviously

[bareos-users] Always Incremental Copying to LTO-3

2021-03-07 Thread vlads...@gmail.com
Trying to set-up longterm backup storage onto LTO tapes from Consolidated pool. The jobs are copied successfully from Consolidated (HDD) Pool to my tape pool. /etc/bareos/bareos-dir.d/job/CopyLongtermFull.conf Job { Name = "CopyL

[bareos-users] Re: kuberentes persistent volumes backup through bareos

2021-03-07 Thread Oleg Volkov
The persistent volume is just a filesystem on host, so you can backup is by any tool installed on host, even with bareos. On Friday, March 5, 2021 at 9:13:54 PM UTC+2 talk1p...@gmail.com wrote: > Is it possible to take kubernetes persistent volumes backup from bareos . > If yes then let me know