Merge pull request #3354 from greatroar/filechange-docs

docs: on Windows, the filesize must match for "unchanged"
This commit is contained in:
rawtaz 2021-04-07 15:29:46 +02:00 committed by GitHub
commit c2569ff923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -183,9 +183,9 @@ Note that the device id of the containing mount point is never taken into
account. Device numbers are not stable for removable devices and ZFS snapshots.
If you want to force a re-scan in such a case, you can change the mountpoint.
On **Windows**, a file is considered unchanged when its path and modification
time match, and only ``--force`` has any effect. The other options are
recognized but ignored.
On **Windows**, a file is considered unchanged when its path, size
and modification time match, and only ``--force`` has any effect.
The other options are recognized but ignored.
Excluding Files
***************