mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
38 lines
834 B
Markdown
38 lines
834 B
Markdown
---
|
|
date: 2020-02-10T12:28:36Z
|
|
title: "rclone config reconnect"
|
|
slug: rclone_config_reconnect
|
|
url: /commands/rclone_config_reconnect/
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/reconnect/ and as part of making a release run "make commanddocs"
|
|
---
|
|
## rclone config reconnect
|
|
|
|
Re-authenticates user with remote.
|
|
|
|
### Synopsis
|
|
|
|
|
|
This reconnects remote: passed in to the cloud storage system.
|
|
|
|
To disconnect the remote use "rclone config disconnect".
|
|
|
|
This normally means going through the interactive oauth flow again.
|
|
|
|
|
|
```
|
|
rclone config reconnect remote: [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for reconnect
|
|
```
|
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
### SEE ALSO
|
|
|
|
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
|
|
|