/
Trust Mode (Optimize Data Upload)
Trust Mode (Optimize Data Upload)
Trust mode is an optimized way to upload data to destination when we know that files with same paths are identical on both source and destination. When trust mode is enabled, DryvIQ matches files by name only and does not perform extra calls to verify file sizes dates etc. The default Trust Policy is set to “trust_mode”: false. To enable it, use “trust_mode”: true.
{
"name":"Simple Transfer Job with trust mode",
"kind": "transfer",
"transfer": {
"trust_mode": true,
"transfer_type": "copy",
"source": {
"connection": { "id": "{{nfs_connection}}" }
},
"destination": {
"connection": { "id": "{{cloud_connection}}" },
"target": {
"path": "/MyDestination1"
}
}
},
"schedule": {
"mode": "manual"
}
}
, multiple selections available,
Related content
Network File System (NFS)
Network File System (NFS)
More like this
Item Inspection Policy (REST API)
Item Inspection Policy (REST API)
More like this
Item Inspection Policy
Item Inspection Policy
More like this
Bulk Migration API | Batch Mode
Bulk Migration API | Batch Mode
More like this
Bulk Migration API (Batch Mode)
Bulk Migration API (Batch Mode)
More like this
Connection Pools
Connection Pools
More like this