rclone/docs/content/commands/rclone_config.md

47 lines
2.0 KiB
Markdown
Raw Normal View History

---
title: "rclone config"
description: "Enter an interactive configuration session."
slug: rclone_config
url: /commands/rclone_config/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/ and as part of making a release run "make commanddocs"
---
# 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
```
2017-09-30 15:19:47 +02:00
-h, --help help for config
```
See the [global flags page](/flags/) for global options not listed here.
## 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.