summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2023-04-29 08:20:30 -0700
committerWayne Davison <wayne@opencoder.net>2023-04-29 08:21:19 -0700
commitb6e2321973e163f7c7f22fad4db5fd1bc3638710 (patch)
tree050cff98c9db7ae98bfaf77d134862b0f0c969e1
parentfe95a9369ac7a1d8d47b036094f91946cacccf53 (diff)
downloadrsync-b6e2321973e163f7c7f22fad4db5fd1bc3638710.tar.gz
Mention that `--crtimes` support is spotty.
-rw-r--r--rsync.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/rsync.1.md b/rsync.1.md
index ee0a4f39..16dbf20c 100644
--- a/rsync.1.md
+++ b/rsync.1.md
@@ -1636,7 +1636,9 @@ expand it.
0. `--crtimes`, `-N,`
This tells rsync to set the create times (newness) of the destination
- files to the same value as the source files.
+ files to the same value as the source files. Your OS & filesystem must
+ support the setting of arbitrary creation (birth) times for this option
+ to be supported.
0. `--omit-dir-times`, `-O`