b2: add note about cleanup in docs

Added: "Note that `cleanup` does not remove partially uploaded filesfrom the bucket."
This commit is contained in:
Frantisek Fuka 2018-09-29 15:47:31 +02:00 committed by Nick Craig-Wood
parent 22ac80e83a
commit e1f67295b4
1 changed files with 3 additions and 0 deletions

View File

@ -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.