Bacula-users

Re: [Bacula-users] Very selective backup set

2009-02-11 10:00:36
Subject: Re: [Bacula-users] Very selective backup set
From: Allan Black <Allan.Black AT btconnect DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 11 Feb 2009 14:57:07 +0000
Tom Sommer wrote:
> Takes backup of all files in /usr/local/example/, and of all *.xml files 
> in /example01/, /example02/ and /example03/ - recursively (the .xml 
> files are in random subfolders within the example folders, along with a 
> lot of other files which I don't want to backup).

If you do something like this:

FileSet {
  Name = "<name>"
  Include {
    File = "\\|/path/to/script"
  }
 }

You can then write a script which produces a list of files/directories to
be backed up. Note this runs on the client (which may or may not be the
same machine as the director).

Allan


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>