use rsync
parent
849b789865
commit
13d810d314
|
@ -0,0 +1,11 @@
|
||||||
|
# Use rsync
|
||||||
|
|
||||||
|
```sh
|
||||||
|
rsync -vah src dest
|
||||||
|
```
|
||||||
|
|
||||||
|
`--delete`: Delete files exist in dest but not exist in src.
|
||||||
|
|
||||||
|
`--ignore-existing`: Ignore updating existing files in dest.
|
||||||
|
|
||||||
|
`--exclude-from=FILE`: Exclude pattern files in FILE.
|
Loading…
Reference in New Issue