rclone/docs/content/commands/rclone_cleanup.md

36 lines
734 B
Markdown
Raw Normal View History

---
title: "rclone cleanup"
2021-02-03 00:42:35 +11:00
description: "Clean up the remote if possible."
slug: rclone_cleanup
url: /commands/rclone_cleanup/
2022-12-21 04:16:14 +11:00
versionIntroduced: v1.31
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/cleanup/ and as part of making a release run "make commanddocs"
---
# rclone cleanup
2021-02-03 00:42:35 +11:00
Clean up the remote if possible.
## Synopsis
Clean up the remote if possible. Empty the trash or delete old file
versions. Not supported by all remotes.
```
2017-09-30 23:19:47 +10:00
rclone cleanup remote:path [flags]
```
## Options
2017-09-30 23:19:47 +10:00
```
-h, --help help for cleanup
```
See the [global flags page](/flags/) for global options not listed here.
## SEE ALSO
2018-10-15 21:03:08 +11:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 21:06:13 +11:00