Files
rclone/docs/data/backends/azurefiles.yaml
T
Nick Craig-Wood 4089e5af48 azurefiles: improve modtime precision from 1s to 100ns
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.
2026-07-14 14:13:49 +01:00

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