rclone/docs/content/commands/rclone_cleanup.md

48 lines
1003 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/
2023-08-02 19:02:38 +10:00
groups: Important
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
```
2023-08-02 19:02:38 +10:00
## Important Options
Important flags useful for most commands.
```
-n, --dry-run Do a trial run with no permanent changes
-i, --interactive Enable interactive mode
-v, --verbose count Print lots more stuff (repeat for more)
```
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# 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