1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/docs/content/commands/rclone_config_reconnect.md
Nick Craig-Wood 17c21aed5a Version v1.49.5
2019-10-05 12:07:20 +01:00

699 B

date, title, slug, url
date title slug url
2019-10-05T12:07:00+01:00 rclone config reconnect rclone_config_reconnect /commands/rclone_config_reconnect/

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 for global options not listed here.

SEE ALSO