github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_cleanup.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone cleanup" 4 slug: rclone_cleanup 5 url: /commands/rclone_cleanup/ 6 --- 7 ## rclone cleanup 8 9 Clean up the remote if possible 10 11 ### Synopsis 12 13 14 Clean up the remote if possible. Empty the trash or delete old file 15 versions. Not supported by all remotes. 16 17 18 ``` 19 rclone cleanup remote:path [flags] 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for cleanup 26 ``` 27 28 See the [global flags page](/flags/) for global options not listed here. 29 30 ### SEE ALSO 31 32 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 33