Skip to content

Commit 77724f0

Browse files
authored
Fix formatting of modified timestamp description
1 parent 2c2583f commit 77724f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage-mover/endpoint-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For NFS mount sources and Azure File share targets, the following table identifi
108108
|Hard links |Target file will be copied as regular file. Files on the source which are hard links will not be linked at the destination. The destination will receive full copies despite hard link status at the source.|
109109
|Create timestamp |The original create timestamp of the source file will be preserved on the target share.|
110110
|Change timestamp |Not preserved. NFS semantics treat ctime as a read-only attribute.|
111-
|Modified timestamp |The original modified timestamp of the source file will be preserved on the target share.In some cases where directory information is updated before the files are updated, the “Modified timestamp” on directory will be reflected correctly after first sync and not during the initial copy.|
111+
|Modified timestamp |The original modified timestamp of the source file will be preserved on the target share. In some cases where directory information is updated before the files are updated, the “Modified timestamp” on directory will be reflected correctly after first sync and not during the initial copy.|
112112
|Last accessed timestamp|Not preserved. This last access timestamp is neither supported for a file nor a directory on the target share.|
113113

114114

0 commit comments

Comments
 (0)