Hi guys,
I have a ClientRunBeforeJob directive that makes a dump of each database
(using mysqldump) before the backup.
ClientRunBeforeJob = "sh -c 'databases=`mysql -u root -e \"SHOW
DATABASES;\" | grep -Ev
\"(Database|information_schema|performance_schema)\"`; rm -f
/var/spool/bacula/*.sql && fo
On 2017-01-04 9:57 am, Phil Stracchino wrote:
> On 01/04/17 10:52, Martin Simmons wrote:
>>> On Fri, 30 Dec 2016 18:37:28 -0300, Sergio Belkin said:
>>>
>>> I have 4 disks:
>>>
>>> I'd want to plug every disk every monday.
>>>
>>> So, Mondays run Full Backups and the rest of the days
>>> Dif
On 01/04/17 10:52, Martin Simmons wrote:
>> On Fri, 30 Dec 2016 18:37:28 -0300, Sergio Belkin said:
>>
>> I have 4 disks:
>>
>> I'd want to plug every disk every monday.
>>
>> So, Mondays run Full Backups and the rest of the days
>> Differential/Incremental ones
>> ...
>> I'd want that operator
> On Fri, 30 Dec 2016 18:37:28 -0300, Sergio Belkin said:
>
> I have 4 disks:
>
> I'd want to plug every disk every monday.
>
> So, Mondays run Full Backups and the rest of the days
> Differential/Incremental ones
> ...
> I'd want that operator: rotate from disk 1 to disk 4 regardless the we
On 1/3/2017 4:36 PM, Ian Douglas wrote:
> Hi All
>
> Compliments of the season and all that.
>
> Year is off to a rocky start. :-)
>
> Was doing a full backup, around 3.5 to 4 TB so takes a while.
> PC running Director decided to lock up for some reason (possibly related to
> new CPU fan).
>
> Now