Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a failure occurs during a copy transfer, the Job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for copy transfer.

...

API Setting

Code Block
"transfer_type": "copy"

...

When a failure occurs during a synchronize transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for synchronization.

...

API Setting

Code Block
"transfer_type": "sync"

...

When a failure occurs during a move transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, we will not traverse this folder's content. It will be skipped and the next folder will be evaluated for Move transfer.

...

API Setting

Code Block
"transfer_type": "move"

...

When a failure occurs during a Migrate transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for Migrate transfer.

...

API Setting

Code Block
"transfer_type": "migrate"

     

Publish

This transfer type can only be set using the REST API; it cannot be set through the user interface. It transfers in one direction from the source to the destination and will transfer new content identified on the source during subsequent job runs. It will also delete any content on the destination that does not match the source. This ensures the destination mirrors the source. It only creates matching content on the destination. Subsequent job runs will evaluate the source for new content, and only this new content will be copied to the destination. The job will also evaluate the destination for new content. If new content exists on the destination but is not present on the Source, SkySync will delete this content from the destination. Similarly, if content on the destination is newer than the source, this content will be reverted.

When a failure occurs during a Publish transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for Publish transfer.

API Setting

Code Block
"transfer_type": "publish"

...

When a failure occurs during a copy folder structure transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the parent folder level, SkySync will not traverse this folder's subfolders. It will be skipped, and the next folder will be evaluated for Copy Folder Structure transfer.

...

API Setting

Code Block
"transfer_type": "taxonomy"

...