Syncplicity Support

Follow

Duplicate name policy

Summary

When duplicate names are encountered during transfer, DataHub will rename

Policy can be set with duplicate_names:

  • warn
  • rename (default)

Ensure to configure this policy when using the Bulk Migration API | Batch Mode 

Job JSON Example

{
    "name":"Simple Transfer Job with Duplicate Name Policy",
    "kind": "transfer",
    "transfer": {
        "duplicate_names": "rename",
        "transfer_type": "copy",
        "source": {
            "connection": { "id": "{{nfs_connection}}" },
            "target": {
                "path": "/SourcePath"
            }
        },
        "destination": {
            "connection": { "id": "{{cloud_connection}}" },
            "target": {
                "path": "/DestinationPath"
            }
        }
    },
    "schedule": {
        "mode": "manual"
    }
}

Powered by Zendesk