Re: [Bacula-devel] watchdog timer

2014-01-21 Thread Thomas Lohman
Hi, if you want to work around the job terminates after 6 days issue, there are two places in the code that you need to change. In the 5.2.13 code base, the first one is in bnet.c line 784 and then line 79 in bsock.c - both of these source files are in the lib directory. hope this helps, --

Re: [Bacula-devel] feature request

2013-03-13 Thread Thomas Lohman
Yes, such patch would definitely help, I looked quickly your first patch, and it was reasonable. If the patch contains more than few lines (not very likely), we will need also a FLA to include your work. http://www.bacula.org/en/?page=fla Hi Eric, I have modified the code so MaxRunSchedTime wi

Re: [Bacula-devel] feature request

2013-03-13 Thread Thomas Lohman
> I have the impression that the original MaxRunSchedTime doesn't handle > correctly the reschedule option, so it sounds to be better to fix the > existing directive rather than adding a new directive. > > The original goal of this directive was to take the initial schedule run > time in account to

[Bacula-devel] feature request

2013-03-12 Thread Thomas Lohman
Item 1: add the ability to track the first initial scheduled time for a job and an option to allow a job to run only for MaxRunInitSchedTime before being canceled Origin: Thomas Lohman - thom...@mtl.mit.edu Date: 12 March 2013 Status: patch attached What: Hi, it may be that it is possible

[Bacula-devel] backing up Windows encrypted files

2012-10-10 Thread Thomas Lohman
I noticed that there was a feature request added awhile ago to add support for backing up Windows encrypted files using the Windows raw encryption API: http://msdn.microsoft.com/en-us/library/aa363783.aspx We recently had an issue with encrypted Windows files and this particular problem so I'm