https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259808
--- Comment #5 from epo...@gmail.com --- Hi All My workaround about this issue affects MySQL - rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \ + rc=$(find / \( ! -fstype local -o -fstype rdonly -o -path '[MYSQL_DB_DIR]' -o -path '[OTHER_EXCLUDE_DIR]' \) -prune -o \ \( $args \) -atime +$daily_clean_disks_days \ -- You are receiving this mail because: You are the assignee for the bug.