Re: [Bacula-users] Run Script after finish BAckup job

2018-01-02 Thread Roberto Menti
Hello Maurizio. Sure, just look at catalog backup, there are script before and after backup, the latter one just delete the database dump made by script before backup. Da: Maurizio Caloro Inviato: mercoledì 3 gennaio 2018 07:24 A: bacula-users@lists.sourcefor

[Bacula-users] Run Script after finish BAckup job

2018-01-02 Thread Maurizio Caloro
Are possible to add any Script file to run after the backup was successful? And/or it's possible to Delete the folder that was Backup done successful? * Bacula 7.4.4 Regards Mauri -- Check out the vibran

[Bacula-users] Odd BAT failure - crashed after label, reported malformed message

2018-01-02 Thread Phil Stracchino
When labelling a tape in Bacula 9.0.6, BAT died after successfully labelling and ejecting a new tape, reporting the following message when restarted: 02-Jan 14:51 minbar-dir JobId 0: Error: getmsg.c:209 Malformed message: The Volume=LTO4-FULL-0007 on device="LTO-4" (/dev/nst0) appears to be unlabe

[Bacula-users] Slow performance on Gentoo 17.0 profile?

2018-01-02 Thread Phil Stracchino
Is anyone else running Bacula 9.0.6 on Gentoo Linux on the Gentoo 17.0 system-wide-PIE profile? I just ran my first full backup to tape since migrating all my Gentoo boxes to the 17.0 profile, and every job took at least twice as long to run as the previous Full backup cycle, most taking three to

Re: [Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Martin Simmons
> On Tue, 2 Jan 2018 09:55:47 -0200 (BRST), Heitor Faria said: > > > Hello Bacula Group, > > Hello, Claudia, > > > I would like to use a FileSet with a RegEx: > > > >File = /mnt/maildir/[0-9] > > The File directive does not support regex or wildcards, but there are > specific directiv

Re: [Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Heitor Faria
> Hello Bacula Group, Hello, Claudia, > I would like to use a FileSet with a RegEx: > >File = /mnt/maildir/[0-9] The File directive does not support regex or wildcards, but there are specific directives for them

[Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Claudia Koch
Hello Bacula Group, I would like to use a FileSet with a RegEx: File = /mnt/maildir/[0-9] The directories are: /mnt/maildir/0 /mnt/maildir/1 .. /mnt/maildir/0 I gets the error message: "Could not stat "/mnt/maildir/[0-9]": ERR=No such file or directory" Are RegEX not possible in the fil