/
Timestamp Preservation
Timestamp Preservation
Timestamp preservation will maintain the original time the content was created from the source. The policy can be set with "timestamps": “true” (the default setting) or timestamps": “false.”
Although DryvIQ will preserve timestamps when migrating content, the receiving platform may alter the timestamps DryvIQ provides. This may cause a slight discrepancy between the source and destination timestamps.
Example
{
"name":"Simple Transfer Job with Timestamp Preservation",
"kind": "transfer",
"transfer": {
"audit_level": "trace",
"transfer_type": "copy",
"timestamps": true,
"source": {
"connection": { "id": "{{nfs_connection}}" },
"target": {
"path": "/SourcePath"
}
},
"destination": {
"connection": { "id": "{{cloud_connection}}" },
"target": {
"path": "/DestinationPath"
}
}
},
"schedule": {
"mode": "manual"
}
}
, multiple selections available,
Related content
Author/Owner Preservation
Author/Owner Preservation
More like this
Migrate Validation Report
Migrate Validation Report
More like this
Creating a New Job
Creating a New Job
More like this
Change Item Inspection Policy
Change Item Inspection Policy
More like this
Job Validation Report
Job Validation Report
More like this
Bulk Migration API (Batch Mode)
Bulk Migration API (Batch Mode)
More like this