On 11.08.2014 14:26, Birger Blixt wrote:
> 2014-08-11 12:31, Markus "Shorty" Uckelmann skrev:
>> -name '*.conf' -type f -exec echo @{} ;
>> -name '*.conf' -type f -exec echo {} \; | wc -l
> Didn't you miss a backslash there?

Nope! I really thought you got me here, but it is what Bacula wrote into
the logfile:

: line 1, col 5 of file |find /etc/bacula/conf.d/clients
-name '*.conf' -type f -exec echo @{} ;


The cofiguration contains this:


root@bacula:/etc/bacula # tail -2 bacula-dir.conf
# client definitions
@|"find /etc/bacula/conf.d/clients -name '*.conf' -type f -exec echo @{} \;"

Cheers, Shorty

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to