Task Options
Constructors
Types
Properties
A file metadata that shows the last time a file was accessed (that is when the file was read or written to). If set to BEST_EFFORT
, the DataSync Task attempts to preserve the original (that is, the version before sync PREPARING
phase) atime
attribute on all source files. Valid values: BEST_EFFORT
, NONE
. Default: BEST_EFFORT
.
Whether the DataSync Task should preserve the metadata of block and character devices in the source files system, and recreate the files with that device name and metadata on the destination. The DataSync Task can’t sync the actual contents of such devices, because many of the devices are non-terminal and don’t return an end of file (EOF) marker. Valid values: NONE
, PRESERVE
. Default: NONE
(ignore special devices).
Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: NONE
, OWNER_DACL
, OWNER_DACL_SACL
. Default: OWNER_DACL
.