diff --git a/rsync.md b/rsync.md index 00f856861..597f325e0 100644 --- a/rsync.md +++ b/rsync.md @@ -71,6 +71,10 @@ rsync -avz ./src/ /dest --files-from=FILE # read list of filenames from FILE ``` +```bash +-C, --cvs-exclude # exclude from local/global .cvsignore +``` + ### Archive options ```bash