Hi,

I changed a FileClass definition from

    FileClass backup_files {
        Definition {
            name == "*~"
        }
    }      

to

    FileClass backup_files {
        Definition {
            name == "*~"
            or
            name == "#*#"
        }
    }

and now I get the error

Error reading configuration file '/etc/robinhood.d/tmpfs//home.conf': in
"/etc/robinhood.d/tmpfs//home.conf", line 32: missing closing
quote. (syntax error, unexpected _ERROR_, expecting IDENTIFIER or
NON_IDENTIFIER_VALUE or ENV_VAR) at ' ' line 33 in
'/etc/robinhood.d/tmpfs//home.conf'

where line 32 is the line containing "#*#".

Do the hash signs need to be escaped in some way?

Cheers,

Loris

-- 
This signature is currently under construction.


------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to