$ rsync -avz --exclude="*.dat" /foo/ /bar/
$ rsync -avz --include="*/" --include="**/*.csv" --exclude="*" /foo/ /bar/
この記事は役に立ちましたか? はい いいえ
送信