# 安裝rclone

## 下載rclone

{% embed url="<https://rclone.org/downloads/>" %}

![](https://529150212-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh81JtaIQ84bwQqz_Wh%2F-LwBI0PC3RemwbCCAUFK%2F-LwBJdjOh-QWcyk-7A2V%2Fimage.png?alt=media\&token=1b84bed1-8370-4f0d-a765-3cddd16e7f99)

### 將 arm64 的rclone 傳輸到termux家目錄

rsync -avP --rsh="ssh -p 8022" rclone root\@192.168.43.9:/data/data/com.termux/files/home/

## 測試

```
./rclone config
2019/12/16 01:27:09 NOTICE: Config file "/data/data/com.termux/files/home/.config/rclone/rclone.conf" not found - using defaults
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q> q

```
