> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/termux/rsync-over-ssh.md).

# Rsync over SSH

termux的ssh是使用8022 port，在上面執行 rsync over ssh 須使用以下指令達成

```
rsync --rsh='ssh -p8022' -avP xxxx.zip  root@ip:/data/data/com.termux/files/home/
```
