Add --cvs-exclude flag docs
This commit is contained in:
parent
447de944e4
commit
3f2d48a756
4
rsync.md
4
rsync.md
|
@ -71,6 +71,10 @@ rsync -avz ./src/ /dest
|
||||||
--files-from=FILE # read list of filenames from FILE
|
--files-from=FILE # read list of filenames from FILE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
-C, --cvs-exclude # exclude from local/global .cvsignore
|
||||||
|
```
|
||||||
|
|
||||||
### Archive options
|
### Archive options
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue