[bareos-users] Job file list broken

2018-09-21 Thread karlis . mikelsons
Hello, BareOS Reference Manual states that it is possible to list job files by running "list files job=" command: http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-19800015.4 Unfortunately this command doesn't seem to work on BareOS 17.2.4: *list files job=backup-example j

[bareos-users] Multithreading in bareos-fd compression

2018-09-21 Thread d . carrasco
Hello, Is there any compression method with Multithreading support?. I want to backup an SQL file of +300GB, and the problem is that GZIP and LZ4HC at least are single threaded. With one core the compression takes about three hours and I want to know if there's any way to use the rest of cores

[bareos-users] Re: Job file list broken

2018-09-21 Thread Jörg Steffens
On 21.09.2018 at 10:17 wrote karlis.mikels...@lf.lv: > Hello, > > BareOS Reference Manual states that it is possible to list job files by > running "list files job=" command: > http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-19800015.4 > > > Unfortunately this command does

Re: [bareos-users] Multithreading in bareos-fd compression

2018-09-21 Thread Douglas K. Rand
On 09/21/18 06:20, d.carra...@i2tic.com wrote: > Is there any compression method with Multithreading support?. > > I want to backup an SQL file of +300GB, and the problem is that GZIP and > LZ4HC at least are single threaded. You can hack it up by having a ClientRunBeforeJob script that uses pbz

Re: [bareos-users] Multithreading in bareos-fd compression

2018-09-21 Thread Daniel Carrasco
Thanks for your response. Yeah, that's what I thought for the SQL backup file on that machine, but I've a MsSQL data file that is backup using VSS because is in use, and that option is not valid. I also think that don't use the full power is good to don't slowdown the other services, but also hav

Re: [bareos-users] Multithreading in bareos-fd compression

2018-09-21 Thread Eric Browning
Why not use a task to backup the database to the local drive first then the script to compress it before backing it up with bareos and then deleting the backup on the local drive. On Fri, Sep 21, 2018 at 11:02 AM Daniel Carrasco wrote: > Thanks for your response. > > Yeah, that's what I thought