zipで特定のファイルだけ除外する

特定の拡張子のファイルだけ除外したいときに使用

以下は.txtだけ除外する

zip -r -P {pass} {archive_name} {directory} -x '*.txt'