b2: add note about cleanup in docs
Added: "Note that `cleanup` does not remove partially uploaded filesfrom the bucket."
This commit is contained in:
parent
22ac80e83a
commit
e1f67295b4
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
supply a path and only old versions under that path will be deleted,
|
||||||
eg `rclone cleanup remote:bucket/path/to/stuff`.
|
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
|
When you `purge` a bucket, the current and the old versions will be
|
||||||
deleted then the bucket will be deleted.
|
deleted then the bucket will be deleted.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue