diff --git a/fuzip.sh b/fuzip.sh
index 5988eae877efcc785c77e447b5e35c2825cef4e2..3f1ad917ee51b642ccd865b742b17ffb83d15224 100755
--- a/fuzip.sh
+++ b/fuzip.sh
@@ -12,6 +12,8 @@ while [ $# -ne 1 ]; do
     pattern=$2
     find "$dir" \
         -name "$pattern" \
+        -path '*/Feedback Attachment(s)/*' \
+        -or -name "comments.txt" \
         -print \
         | zip -9 "$dir" -@
     shift