[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] DISK IGNORE problem?



Try: DISK %^/venice/kci11i.* IGNORE

The % defines the regex. The / after the caret is not a seperator, it means "/" as in /root, /tmp. No trailing / is needed.



-----------------------------
DISK %^/venice/kci11i.*/ IGNORE
DISK %^/venice\/kci11i.*/ IGNORE
DISK %/kci11i.*/ IGNORE
DISK %/kci11i/ IGNORE