rclone/docs/content/commands/rclone_config_reconnect.md

39 lines
853 B
Markdown
Raw Normal View History

2019-08-27 00:25:20 +10:00
---
title: "rclone config reconnect"
description: "Re-authenticates user with remote."
2019-08-27 00:25:20 +10:00
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"
2019-08-27 00:25:20 +10:00
---
# rclone config reconnect
2019-08-27 00:25:20 +10:00
Re-authenticates user with remote.
## Synopsis
2019-08-27 00:25:20 +10:00
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
2019-08-27 00:25:20 +10:00
```
-h, --help help for reconnect
```
2023-08-02 19:02:38 +10:00
2019-08-27 00:25:20 +10:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# SEE ALSO
2019-08-27 00:25:20 +10:00
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.