2016-08-03 22:36:28 +02:00
|
|
|
---
|
2020-02-01 11:31:42 +01:00
|
|
|
date: 2020-02-01T10:26:53Z
|
2016-08-03 22:36:28 +02:00
|
|
|
title: "rclone config"
|
|
|
|
slug: rclone_config
|
|
|
|
url: /commands/rclone_config/
|
|
|
|
---
|
|
|
|
## rclone config
|
|
|
|
|
|
|
|
Enter an interactive configuration session.
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2017-12-23 14:07:45 +01:00
|
|
|
Enter an interactive configuration session where you can setup new
|
|
|
|
remotes and manage existing ones. You may also set or remove a
|
|
|
|
password to protect your configuration.
|
2017-09-30 15:19:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-12-23 14:07:45 +01:00
|
|
|
rclone config [flags]
|
2017-09-30 15:19:47 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
2016-08-03 22:36:28 +02:00
|
|
|
|
|
|
|
```
|
2017-09-30 15:19:47 +02:00
|
|
|
-h, --help help for config
|
2016-08-03 22:36:28 +02:00
|
|
|
```
|
|
|
|
|
2019-06-20 17:18:02 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2016-08-03 22:36:28 +02:00
|
|
|
### SEE ALSO
|
2018-03-19 11:06:13 +01:00
|
|
|
|
2018-10-15 12:03:08 +02:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2017-12-23 14:07:45 +01:00
|
|
|
* [rclone config create](/commands/rclone_config_create/) - Create a new remote with name, type and options.
|
|
|
|
* [rclone config delete](/commands/rclone_config_delete/) - Delete an existing remote <name>.
|
2019-08-26 16:25:20 +02:00
|
|
|
* [rclone config disconnect](/commands/rclone_config_disconnect/) - Disconnects user from remote
|
2017-12-23 14:07:45 +01:00
|
|
|
* [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON.
|
|
|
|
* [rclone config edit](/commands/rclone_config_edit/) - Enter an interactive configuration session.
|
|
|
|
* [rclone config file](/commands/rclone_config_file/) - Show path of configuration file in use.
|
|
|
|
* [rclone config password](/commands/rclone_config_password/) - Update password in an existing remote.
|
|
|
|
* [rclone config providers](/commands/rclone_config_providers/) - List in JSON format all the providers and options.
|
2019-08-26 16:25:20 +02:00
|
|
|
* [rclone config reconnect](/commands/rclone_config_reconnect/) - Re-authenticates user with remote.
|
2017-12-23 14:07:45 +01:00
|
|
|
* [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote.
|
|
|
|
* [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote.
|
2019-08-26 16:25:20 +02:00
|
|
|
* [rclone config userinfo](/commands/rclone_config_userinfo/) - Prints info about logged in user of remote.
|
2016-08-03 22:36:28 +02:00
|
|
|
|