add trial run when use rsync
parent
13d810d314
commit
21c242c16d
|
@ -9,3 +9,5 @@ rsync -vah src dest
|
||||||
`--ignore-existing`: Ignore updating existing files in dest.
|
`--ignore-existing`: Ignore updating existing files in dest.
|
||||||
|
|
||||||
`--exclude-from=FILE`: Exclude pattern files in FILE.
|
`--exclude-from=FILE`: Exclude pattern files in FILE.
|
||||||
|
|
||||||
|
`-n`: Trial run.
|
||||||
|
|
Loading…
Reference in New Issue