Move Sync:When item is in sync, all the files in source will be moved into the destination. If there already exists the same files in destination, those files will be replaced. The source will be empty after moving.
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 destination directory completely sames to the previous source directory. And source will be emptied.
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. Files in source have been moved into destination again.
The result of job execution is below, the latest files that have ever shown in all source directories have been retained in destination.
Copyright(C) 2003 - 2025 ZhiBei Inc. All rights Reserved.