From f01b6368a50ebcb5a78750d8b2aff612359b5735 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 17 Apr 2004 18:12:33 +0000 Subject: [PATCH] Mention that --from0 does not affect --cvs-exclude's reading of the .cvsignore files. --- rsync.yo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsync.yo b/rsync.yo index 08d8d5a6..15f7dad8 100644 --- a/rsync.yo +++ b/rsync.yo @@ -712,6 +712,8 @@ was located on the remote "src" host. dit(bf(-0, --from0)) This tells rsync that the filenames it reads from a file are terminated by a null ('\0') character, not a NL, CR, or CR+LF. This affects --exclude-from, --include-from, and --files-from. +It does not affect --cvs-exclude (since all names read from a .cvsignore +file are split on whitespace). dit(bf(-T, --temp-dir=DIR)) This option instructs rsync to use DIR as a scratch directory when creating temporary copies of the files -- 2.34.1