From 6606602f1e2f1f4592bd230b260caa38f4e98f8c Mon Sep 17 00:00:00 2001 From: buengese Date: Wed, 17 Jun 2020 14:13:50 +0200 Subject: [PATCH] docs/box: add some info regarding the CleanUp implementation --- docs/content/box.md | 6 ++++++ docs/content/overview.md | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/content/box.md b/docs/content/box.md index e842f4c48..9cccece03 100644 --- a/docs/content/box.md +++ b/docs/content/box.md @@ -226,6 +226,12 @@ normally 8MB so increasing `--transfers` will increase memory use. Depending on the enterprise settings for your user, the item will either be actually deleted from Box or moved to the trash. +Emptying the trash is supported via the rclone however cleanup command +however this deletes every trashed file and folder individually so it +may take a very long time. +Emptying the trash via the WebUI does not have this limitation +so it is advised to empty the trash via the WebUI. + ### Root folder ID ### You can set the `root_folder_id` for rclone. This is the directory diff --git a/docs/content/overview.md b/docs/content/overview.md index 4410ae87d..19bf22df0 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -321,8 +321,8 @@ operations more efficient. | 1Fichier | No | No | No | No | No | No | No | No | No | Yes | | Amazon Drive | Yes | No | Yes | Yes | No [#575](https://github.com/rclone/rclone/issues/575) | No | No | No [#2178](https://github.com/rclone/rclone/issues/2178) | No | Yes | | Amazon S3 | No | Yes | No | No | No | Yes | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | No | No | -| Backblaze B2 | No | Yes | No | No | Yes | Yes | Yes | Yes | No | No | -| Box | Yes | Yes | Yes | Yes | No [#575](https://github.com/rclone/rclone/issues/575) | No | Yes | Yes | No | Yes | +| Backblaze B2 | No | Yes | No | No | Yes | Yes | Yes | Yes | No | No | +| Box | Yes | Yes | Yes | Yes | Yes ‡‡ | No | Yes | Yes | No | Yes | | Citrix ShareFile | Yes | Yes | Yes | Yes | No | No | Yes | No | No | Yes | | Dropbox | Yes | Yes | Yes | Yes | No [#575](https://github.com/rclone/rclone/issues/575) | No | Yes | Yes | Yes | Yes | | FTP | No | No | Yes | Yes | No | No | Yes | No [#2178](https://github.com/rclone/rclone/issues/2178) | No | Yes | @@ -395,6 +395,9 @@ This is used for emptying the trash for a remote by `rclone cleanup`. If the server can't do `CleanUp` then `rclone cleanup` will return an error. +‡‡ Note that while Box implements this it has to delete every file +idividually so it will be slower than emptying the trash via the WebUI + ### ListR ### The remote supports a recursive list to list all the contents beneath