2017-12-23 14:07:45 +01:00
|
|
|
---
|
2019-06-20 17:18:02 +02:00
|
|
|
date: 2019-06-20T16:09:42+01:00
|
2017-12-23 14:07:45 +01:00
|
|
|
title: "rclone config password"
|
|
|
|
slug: rclone_config_password
|
|
|
|
url: /commands/rclone_config_password/
|
|
|
|
---
|
|
|
|
## rclone config password
|
|
|
|
|
|
|
|
Update password in an existing remote.
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
|
|
|
Update an existing remote's password. The password
|
|
|
|
should be passed in in pairs of <key> <value>.
|
|
|
|
|
|
|
|
For example to set password of a remote of name myremote you would do:
|
|
|
|
|
|
|
|
rclone config password myremote fieldname mypassword
|
|
|
|
|
2019-06-15 13:01:29 +02:00
|
|
|
This command is obsolete now that "config update" and "config create"
|
|
|
|
both support obscuring passwords directly.
|
|
|
|
|
2017-12-23 14:07:45 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
rclone config password <name> [<key> <value>]+ [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for password
|
|
|
|
```
|
|
|
|
|
2019-06-20 17:18:02 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2017-12-23 14:07:45 +01:00
|
|
|
### SEE ALSO
|
2018-03-19 11:06:13 +01:00
|
|
|
|
2017-12-23 14:07:45 +01:00
|
|
|
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
|
|
|
|
|