Simone Martina wrote:
> Thanks for your suggestions, I propose a query made with help of a
> friend of mine:
> SELECT CONCAT(Path.Path,Filename.Name) FROM Filename Inner Join File
> ON
> Filename.FilenameId = File.FilenameId Inner Join Path ON File.PathId
> =
> Path.PathId where (Filename.Name LIKE
Thanks for your suggestions, I propose a query made with help of a
friend of mine:
SELECT CONCAT(Path.Path,Filename.Name) FROM Filename Inner Join File ON
Filename.FilenameId = File.FilenameId Inner Join Path ON File.PathId =
Path.PathId where (Filename.Name LIKE "%avi") OR (Filename.Name LIKE
On Fri, May 28, 2010 at 10:12:51AM +0100, Graham Keeling wrote:
> On Fri, May 28, 2010 at 10:47:00AM +0200, Simone Martina wrote:
> > Hi at all,
> > someone of my colleagues tends to save non-work files (like large avi
> > file) in shared directory and so my bacula backup Job take a lot of time
>
On Fri, May 28, 2010 at 10:47:00AM +0200, Simone Martina wrote:
> Hi at all,
> someone of my colleagues tends to save non-work files (like large avi
> file) in shared directory and so my bacula backup Job take a lot of time
> due to save these unuseful rubbish... I would like to find full path of
Hi at all,
someone of my colleagues tends to save non-work files (like large avi
file) in shared directory and so my bacula backup Job take a lot of time
due to save these unuseful rubbish... I would like to find full path of
something file name contaings avi or AVI, has bconsole a sort of comma