mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 13:25:51 +01:00
33 lines
543 B
Markdown
33 lines
543 B
Markdown
---
|
|
date: 2019-05-10T23:12:21+01:00
|
|
title: "rclone cleanup"
|
|
slug: rclone_cleanup
|
|
url: /commands/rclone_cleanup/
|
|
---
|
|
## rclone cleanup
|
|
|
|
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.
|
|
|
|
|
|
```
|
|
rclone cleanup remote:path [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for cleanup
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
|
|
|
###### Auto generated by spf13/cobra on 10-May-2019
|