2017-12-23 14:07:45 +01:00
|
|
|
---
|
2020-02-01 11:31:42 +01:00
|
|
|
date: 2020-02-01T10:26:53Z
|
2017-12-23 14:07:45 +01:00
|
|
|
title: "rclone config dump"
|
|
|
|
slug: rclone_config_dump
|
|
|
|
url: /commands/rclone_config_dump/
|
|
|
|
---
|
|
|
|
## rclone config dump
|
|
|
|
|
|
|
|
Dump the config file as JSON.
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Dump the config file as JSON.
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone config dump [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for dump
|
|
|
|
```
|
|
|
|
|
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.
|
|
|
|
|