mirror of
https://github.com/rclone/rclone.git
synced 2025-06-05 20:34:39 +08:00
Version v1.48.0
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2019-05-10T23:12:21+01:00
|
||||
date: 2019-06-15T12:00:42+01:00
|
||||
title: "rclone config create"
|
||||
slug: rclone_config_create
|
||||
url: /commands/rclone_config_create/
|
||||
@ -23,6 +23,9 @@ Note that if the config process would normally ask a question the
|
||||
default is taken. Each time that happens rclone will print a message
|
||||
saying how to affect the value taken.
|
||||
|
||||
If any of the parameters passed is a password field, then rclone will
|
||||
automatically obscure them before putting them in the config file.
|
||||
|
||||
So for example if you wanted to configure a Google Drive remote but
|
||||
using remote authorization you would do this:
|
||||
|
||||
@ -43,4 +46,4 @@ rclone config create <name> <type> [<key> <value>]* [flags]
|
||||
|
||||
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
|
||||
|
||||
###### Auto generated by spf13/cobra on 10-May-2019
|
||||
###### Auto generated by spf13/cobra on 15-Jun-2019
|
||||
|
Reference in New Issue
Block a user