rsync コマンドで複数のファイル・ディレクトリを除外する方法

–exclude を複数指定すればOKです。

rsync -avz --exclude="hoge" --exclude="foo" --exclude="bar" /src/ /dist/