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