On 08/19/2013 12:41 PM, Jonathan Bayer wrote: > Hi, > > We have a few users who, for various reasons, constantly create & delete > huge files (hundreds of gigs). I'd like to exclude these from the > backup process. > > How can I do that, since I don't know where they can appear or what > their names are?
You can't. I've a similarly "unknown" set of files to back up and the best I could come up with is run find on the client looking for files not modified in the last 24 hours. And even then bacula isn't saving the metadata (ownership, permissions, timestamps) on parent directories (apparently it's a feature). So if you know these files don't stick around for more than X hours, you can run a script on the client that gives you a list of files older than X hours & you back up those. Obviously, that gives you a X-hour window when "real" files aren't backed up plus a change for false negatives & false positives. Plus bacula's dynamic fileset "feature". We also have a rule: anything with "_unb_" in its name isn't backed up -- but I can educate my users... -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users