OSDN Git Service

Regular updates
[twpd/master.git] / rsync.md
index 00f8568..ec5d0be 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
@@ -84,7 +88,7 @@ rsync -avz ./src/ /dest
 -t, --times      # preserve times
 -g, --group      # preserve group
 -o, --owner      # preserve owner
--D               # --devices --specials
+-D               # same as --devices --specials
 ```
 
 ```bash