The server stores the SMB last write time with 100 ns (FILETIME) precision and returns it in full in listings, so advertise that as the precision instead of one second. This makes syncs preserve sub-second modtimes when comparing and copying files. Note that this means rclone will consider files with modtimes differing by less than a second as needing their modtime set where before it did not.
31 lines
451 B
YAML
31 lines
451 B
YAML
backend: azurefiles
|
|
name: Azure Files
|
|
tier: Tier 2
|
|
maintainers: Core
|
|
features_score: 6
|
|
integration_tests: Passing
|
|
data_integrity: Hash
|
|
performance: High
|
|
adoption: Widely used
|
|
docs: Full
|
|
security: High
|
|
virtual: false
|
|
remote: 'TestAzureFiles:'
|
|
features:
|
|
- About
|
|
- CanHaveEmptyDirectories
|
|
- CaseInsensitive
|
|
- Copy
|
|
- DirMove
|
|
- ListP
|
|
- Move
|
|
- OpenWriterAt
|
|
- PartialUploads
|
|
- PutStream
|
|
- ReadMimeType
|
|
- SlowHash
|
|
- WriteMimeType
|
|
hashes:
|
|
- md5
|
|
precision: 100
|