From b6e2321973e163f7c7f22fad4db5fd1bc3638710 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 29 Apr 2023 08:20:30 -0700 Subject: Mention that `--crtimes` support is spotty. --- rsync.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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` -- cgit v1.2.1