本帖最後由 harryytm 於 2022-5-26 21:21 編輯
已經講過好多次 FreeFileSync
自已 Download 嚟玩下佢個 Two Way 同 Mirror Mode
第一次同步之後佢會用個 Database 檔案去偵測邊啲檔案或 Folder 改過名或移咗去邊
同步嘅時候只係移動同改名而唔係 Delete 再 Copy 過
https://freefilesync.org/
Detect Moved Files
FreeFileSync is able to detect moved files on one side and can quickly apply the same move on the target side during synchronization instead of a slow copy and delete. To make this work, FreeFileSync requires a file system that supports file IDs (as alternative to file paths) and database files ("sync.ffs_db") to compare the current file system state against the time of the last synchronization.
The Two way variant already creates database files, therefore, detection of moved files is always active.
The Mirror variant however, does not use the database files to find synchronization directions, so detection of moved files is not enabled by default. If you don't mind the creation of the database files, you can enable this feature by selecting the Detect moved files checkbox.
https://freefilesync.org/manual.php?topic=synchronization-settings |