rclone/docs/content/commands/rclone_config_password.md

37 lines
729 B
Markdown
Raw Normal View History

2017-12-23 13:07:45 +00:00
---
date: 2019-05-10T23:12:21+01:00
2017-12-23 13:07:45 +00: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
```
rclone config password <name> [<key> <value>]+ [flags]
```
### Options
```
-h, --help help for password
```
### SEE ALSO
2018-03-19 10:06:13 +00:00
2017-12-23 13:07:45 +00:00
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
###### Auto generated by spf13/cobra on 10-May-2019