[Bacula-users] Letter to the Bacula Community concerning Bareos

2013-12-12 Thread Kern Sibbald
Hello, As I promised on the 25th of November, I have written a more detailed discussion on Bareos and the Bacula Systems lawsuit. If you wish to read it please see: http://www.bacula.org/en/?page=news Best regards, Kern ---

Re: [Bacula-users] Wrong behavior of Incremental backup

2013-12-12 Thread John Drescher
>> There aren't such lines in the log. Full log of problem job is attached >> to my first letter (job_6699_log.txt) > > If you can repeat it with a small example (only a few files in the base > backup) then I suggest reporting it as a bug. It could also be that the modify times of the files are c

Re: [Bacula-users] Wrong behavior of Incremental backup

2013-12-12 Thread Martin Simmons
> On Tue, 10 Dec 2013 10:52:18 +0400, it@kipspb ru said: > > Hello, Bill. > > Thank you for your quick answer. > > On 12/09/13 06:38, it@kipspb.ruwrote: > >> Hello. There are problems with size of some incremental backups in > >> our installation. > > ... > >> And the same issue took place la

Re: [Bacula-users] Import bacula backup file in a newer installation

2013-12-12 Thread John Drescher
> i need to import some backup generated by bacula backup. > I don't know anything about the original backup installation, i have only the > original NAS where the file backup file was stored. > > I place a new installation of bacula backup in a virtual enviroment based on > centos 6.4 and i plac

[Bacula-users] Import bacula backup file in a newer installation

2013-12-12 Thread uaccalogo
HI all, i need to import some backup generated by bacula backup. I don't know anything about the original backup installation, i have only the original NAS where the file backup file was stored. I place a new installation of bacula backup in a virtual enviroment based on centos 6.4 and i place a

Re: [Bacula-users] Client side scripts

2013-12-12 Thread Paul Fontenot
Thank you very much, I was calling the script incorrectly -Original Message- From: Juraj Sakala [mailto:juraj.sak...@gmail.com] Sent: Thursday, December 12, 2013 7:50 AM To: Paul Fontenot; Bacula Users Subject: Re: [Bacula-users] Client side scripts Of course it can. But the script have

Re: [Bacula-users] automatically truncating volumes on manual purge

2013-12-12 Thread Juraj Sakala
Simple answer. Bacula doesn't automatically truncate volumes. But you can do truncate automatically by script, that can be started after backup job for example. On 12/12/2013 09:08 AM, Silver Salonen wrote: > Hi. > > First of all, I'm using Bacula 5.2.6 on Debian. > > I'm trying to get ActionOnP

Re: [Bacula-users] Client side scripts

2013-12-12 Thread Juraj Sakala
Of course it can. But the script have to be on the client. In the Job resource you specify script path, that is on the client side. Example from job resource RunScript { RunsWhen = Before FailJobOnError = Yes RunsOnClient = Yes Command = "/usr/lib/bacula/script.sh" } The path

[Bacula-users] Client side scripts

2013-12-12 Thread Paul Fontenot
Can Bacula run a client side script? For instance, I have bacula server "A" backing up bacula client "B", can I specify a script to be run before the job on client "B"? I've tried this by specifying the script to run in the job block and received an error indicating the script didn't exist. -

[Bacula-users] automatically truncating volumes on manual purge

2013-12-12 Thread Silver Salonen
Hi. First of all, I'm using Bacula 5.2.6 on Debian. I'm trying to get ActionOnPurge=Truncate to work automatically, but I can't quite get there. I've got it so far that when I purge volume and execute "purge volume action=truncate pool=volumepool storage=clientstorage" then the volume gets tr