mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
729 B
729 B
date | title | slug | url |
---|---|---|---|
2019-05-10T23:12:21+01:00 | rclone config password | rclone_config_password | /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 .
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
- rclone config - Enter an interactive configuration session.