Hi Bacula users,
I do not know how linux inotify works, but from your posts I think it is 
somewhat triggered by a file modification on the client.
If thi is the case you can just record the filenames in a list and then 
use the "|" the use a script in the file selection.
The script may also be on the client and a RunBefore script could make 
some editing (eliminating dups or whatever).



--------------------------------------------------------------------------
Ferdinando Pasqualetti
G.T.Dati srl
Tel. 0557310862 - 3356172731 - Fax 055720143





Da:     "azurIt" <azu...@pobox.sk>
Per: 
Cc:     <bacula-users@lists.sourceforge.net>
Data:   16/10/2012 19.51
Oggetto:        Re: [Bacula-users] Linux inotify



>
>are there any plans to implement linux inotify selection of files to 
backup? Thnx.
> 
>I'm curious how one would implement such a feature alongside the current 
mechanism for selecting files.  I'm guessing that any time an inotify 
event comes through for the file, that the Bacula File Daemon would add 
this file to a table.  Then once per minute, or once per five minutes, 
Bacula File Daemon will match all the files in the table stored in memory 
against the FileSet Definition?
>
>However, I thought the FileSet Definition is stored on the Bacula 
Director (not the client).  So maybe once per minute or once per five 
minutes the FileDaemon will have some communication with the Director?
>
>Hope I'm not polluting the list, I have always been curious about this 
same type of feature myself.
>
>Bryan
>


There are many ways how this can be done. Director can, for example, 
notify FileDaemon everytime a FileSet is changed. FileDaemon can store 
changes in SQLite database, storing in memory can be quite expensive.

Feature like this can _rapidly_ speed up the backup process.

azur

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


N.B. Le informazioni contenute in questa comunicazione sono riservate e 
destinate esclusivamente alla/e persona/e o alla società/ente sopra 
indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, 
copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 
c.p., sia ai sensi del D.lgs n. 196/03. Se questa comunicazione Vi è 
pervenuta per errore, Vi preghiamo di rispondere a questa mail e 
successivamente cancellarla dal Vostro sistema. 

<<image/jpeg>>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to