Bacula-users

Re: [Bacula-users] multiple copies

2009-07-28 23:06:38
Subject: Re: [Bacula-users] multiple copies
From: Mike Ruskai <thannyd AT earthlink DOT net>
To: Bacula-users AT lists.sourceforge DOT net
Date: Tue, 28 Jul 2009 23:00:34 -0400
On 7/28/2009 10:25 PM, Daniel De Marco wrote:
* Kevin Keane <subscription AT kkeane DOT com> [07/28/2009 21:51]:
  
I didn't follow this thread, but there is a simple solution to this 
problem. You can generate the actual content of the file set with a 
script, and call the same script from within both file sets in the 
bacula configuration file.
    
Thanks, but in this case then the fileset would be the same and it would
not solve the original problem. no?

  
FileSet {
    Name = SomeFiles1
    Include {
        @/some/path/list_of_files.txt
    }
}

FileSet {
    Name = SomeFiles2
    Include {
        @/some/path/list_of_files.txt
    }
}

As far as Bacula is concerned, they are two different file sets, but they both refer to the same list of files.  You edit the one file list rather than the two FileSet directives.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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>