2021-06-08 17:57:04 +02:00
|
|
|
---
|
|
|
|
title: "rclone config touch"
|
|
|
|
description: "Ensure configuration file exists."
|
|
|
|
slug: rclone_config_touch
|
|
|
|
url: /commands/rclone_config_touch/
|
2022-12-20 18:16:14 +01:00
|
|
|
versionIntroduced: v1.56
|
2021-06-08 17:57:04 +02:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/touch/ and as part of making a release run "make commanddocs"
|
|
|
|
---
|
|
|
|
# rclone config touch
|
|
|
|
|
|
|
|
Ensure configuration file exists.
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone config touch [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for touch
|
|
|
|
```
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
|
2021-06-08 17:57:04 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2023-08-02 11:02:38 +02:00
|
|
|
# SEE ALSO
|
2021-06-08 17:57:04 +02:00
|
|
|
|
|
|
|
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
|
|
|
|
|