# rclone网盘同步

github：<https://github.com/rclone/rclone>

虽然不能使用rclone挂载各种网盘到手机，但是还是可以用来同步网盘数据使用，比如可以配合脚本aria2下载完成，然后上传到各大网盘。

1、安装：

```
#直接安装
apt install rclone
```

2、简单使用：

```
#查看帮助
rclone help
#查看某个参数的帮助
rclone config --help

#配置
rclone config

#查看xxx网盘目录
rclone lsd xxx:/

#同步xxx网盘到本地
rclone sync -Pv xxx:/test/file .
```

一些常用参数可以参考：<https://bbs.zsxwz.com/thread-2705.htm>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://termux-wiki.zsxwz.com/qi-ta-yi-xie-ming-ling-xing-gong-ju/rclone-wang-pan-tong-bu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
