From e1f67295b4343b7ff84346f818f67ae25b31400a Mon Sep 17 00:00:00 2001 From: Frantisek Fuka Date: Sat, 29 Sep 2018 15:47:31 +0200 Subject: [PATCH] b2: add note about cleanup in docs Added: "Note that `cleanup` does not remove partially uploaded filesfrom the bucket." --- docs/content/b2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/b2.md b/docs/content/b2.md index 5c392bcc0..2455f1314 100644 --- a/docs/content/b2.md +++ b/docs/content/b2.md @@ -181,6 +181,9 @@ versions of files, leaving the current ones intact. You can also supply a path and only old versions under that path will be deleted, eg `rclone cleanup remote:bucket/path/to/stuff`. +Note that `cleanup` does not remove partially uploaded files +from the bucket. + When you `purge` a bucket, the current and the old versions will be deleted then the bucket will be deleted.