parent
bf3fcda08f
commit
c62d735341
|
@ -61,7 +61,7 @@ rsync -avzrlP -e 'ssh -p <port>' <usrname>@<IP>:<path & name> <file>
|
|||
rsync -avzrlP <usrname>@<IP>:<path & name> --exclude <exclude file1> --exclude <exclude fileN> <file>
|
||||
```
|
||||
|
||||
同步后删除源文件,相当于移动操作
|
||||
同步后删除源文件,相当于移动文件操作(不影响目录)
|
||||
|
||||
```bash
|
||||
rsync -avzrlP --remove-source-files <src> <dest>
|
||||
|
|
Loading…
Reference in New Issue