Sync job fails with "target does not support ctime checking: '/Volumes/...'"
Posted by Andre Kuehnemund on 17 May 2019 19:42
|
|
When synchronizing to a file system that does not support extended attributes, a sync job will fail with an error similar to this one: The ctime cannot be set or modified, so in order to be able to compare the ctime of a source file/folder with its copy on the target filesystem, P5 saves the ctime as an extended attribute on the target filesystem. In case the target filesystem does not support extended attributes and this check fails, the sync job will abort with the above error message. In such cases, the ctime comparison must either be turned off, or a different filesystem (one that supports saving extended attributes) must be chosen as the target. | |
|