Syncplicity Support

Search our knowledgebase to get the help you need, today

Follow

Timestamp preservation

Summary

Timestamp preservation will maintain the original time the content was created from the source

Policy can be set with "timestamps":

  • true (default)
  • false

Job JSON - Example

Timestamp Preservation 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"
  }
}

Powered by Zendesk