OSDN Git Service

Regular updates
[twpd/master.git] / rsync.md
index 00f8568..597f325 100644 (file)
--- 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