Re: [Bacula-users] regular expressions in FileSets

2009-09-15 Thread Martin Simmons
> On Fri, 11 Sep 2009 09:07:57 +0200, Juergen Koch said: > > Hi, > > I want to split my vhost-Dir in 2 Jobs. > I use this in the FileSet: > > File = /var/www/vhosts/[a-m]* > > and > > File = /var/www/vhosts/[n-z]* > > The Job starts, but I receive this message: > > Could not stat /var/ww

[Bacula-users] regular expressions in FileSets

2009-09-11 Thread Juergen Koch
Hi, I want to split my vhost-Dir in 2 Jobs. I use this in the FileSet: File = /var/www/vhosts/[a-m]* and File = /var/www/vhosts/[n-z]* The Job starts, but I receive this message: Could not stat /var/www/vhosts/[n-z]*: ERR=File or Directory not found But, I think, I can use regular expessions