2 つのフォルダーを同期する Beyond Compare スクリプトを作成しています。次のフォルダー構造を考慮してください。
Folder1
-------
SubfolderA
--FileA(modified)
--FileB(new)
SubfolderB
--FileC
FileD(modified)
Folder2
-------
SubfolderA
--FileA
FileD
今私が達成しようとしているのは、それらを同期した後、Folder2 に関連するファイルとフォルダーのみをそれにコピーする必要があるということです。
だからこの場合
-the modified ones and the new ones in the SubfolderA should be copied on its counterpart
-SubfolderB should not becopied or created as there is no such subfolder in Folder2.
-Whereas the modified FileD should be copied.
select
and update
orに付随するものsync
前もって感謝します