Merge pull request #1374 from Mazyod/patch-2
Add --cvs-exclude flag docs
This commit is contained in:
commit
85cf4ec38f
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