Replace Sync: when item is in sync, the new created or updated files in source will be copied to destination, while all original files in destination before copying will be deleted except the latest ones.
Before job is executed, there are some files in source directory but no files in destination.
Job is being executed, and doing the following operations.
After job is executed, the source are completely the same as the destination directory.
After a while, the files in source and destination both have a little change. In source directory, delete directory1, create directory2,update file1.txt, and create directory3 in destination, update file2.txt.
When doing the second execution, the following operations have been done. Replace Sync will delete the previous files that have already been copied to the destination directory and only retain the latest created and updated files.
The result of job execution is below.The created and updated files have been copied into destination, and the created directory3 will also be retained.
Copyright(C) 2003 - 2025 ZhiBei Inc. All rights Reserved.