windowsでフォルダのミラーリング


オレオレメモ

robocopy "src-folder" "target-folder" /mir

特定のファイルを除外する

robocopy "src-folder" "target-folder" /mir /xf "除外.txt"