diff --git a/scripts/find-unsupported-borg-options b/scripts/find-unsupported-borg-options index 66188bd5..176ec5fa 100755 --- a/scripts/find-unsupported-borg-options +++ b/scripts/find-unsupported-borg-options @@ -36,6 +36,7 @@ for sub_command in prune create check list info; do | grep -v '^--list$' \ | grep -v '^--nobsdflags$' \ | grep -v '^--pattern$' \ + | grep -v '^--read-special$' \ | grep -v '^--repository-only$' \ | grep -v '^--show-rc$' \ | grep -v '^--stats$' \