From ecbe7f3a99c801f400990ac298d6da4ae1e833b0 Mon Sep 17 00:00:00 2001 From: greatroar <@> Date: Sun, 4 Apr 2021 17:01:48 +0200 Subject: [PATCH] Backup docs: on Windows, the filesize must match for "unchanged" --- doc/040_backup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index b79e2b70b..3f72c0a0a 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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 ***************