2017-03-05 10:19:22 +00:00
|
|
|
---
|
2020-05-22 12:22:52 +01:00
|
|
|
date: 2020-05-22T15:09:46+01:00
|
2017-03-05 10:19:22 +00:00
|
|
|
title: "rclone obscure"
|
2020-05-16 15:11:55 +01:00
|
|
|
description: "Obscure password for use in the rclone.conf"
|
2017-03-05 10:19:22 +00:00
|
|
|
slug: rclone_obscure
|
|
|
|
url: /commands/rclone_obscure/
|
2020-02-10 12:31:45 +00:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/obscure/ and as part of making a release run "make commanddocs"
|
2017-03-05 10:19:22 +00:00
|
|
|
---
|
2020-05-22 11:17:37 +01:00
|
|
|
# rclone obscure
|
2017-03-05 10:19:22 +00:00
|
|
|
|
|
|
|
Obscure password for use in the rclone.conf
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## Synopsis
|
2017-03-05 10:19:22 +00:00
|
|
|
|
|
|
|
Obscure password for use in the rclone.conf
|
|
|
|
|
|
|
|
```
|
2017-09-30 14:19:47 +01:00
|
|
|
rclone obscure password [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## Options
|
2017-09-30 14:19:47 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for obscure
|
2017-03-05 10:19:22 +00:00
|
|
|
```
|
|
|
|
|
2019-06-20 16:18:02 +01:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## SEE ALSO
|
2017-03-05 10:19:22 +00:00
|
|
|
|
2018-10-15 11:03:08 +01:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 10:06:13 +00:00
|
|
|
|