Hello.

Is it possible to expand filelist with jobid without adding python scripting?

The problem is I'm backing up snapshots, but I think every job should mount 
their snapshots to unique directory (as several filesets would create 
snapshots of the same partition, e.g. /usr), e.g. /mnt/snapshots/usr-%j 
with "Client Run Before Job" script.

The fileset in question would look like:
====
FileSet {
        Name = "usr-etc"
        Include {
                Options {
                        compression = GZIP
                        signature = SHA1
                        verify = pins1
                }
                File = "/mnt/snapshots/usr-%j/local/etc"
        }
}
====

Is it possible to do smth like that in a simple way?

Silver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to