mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
b2: cleanup unfinished large files
The `cleanup` command will delete unfinished large file uploads that were started more than a day ago (to avoid deleting uploads that are potentially still in progress). Fixes #2617
This commit is contained in:
committed by
Nick Craig-Wood
parent
107293c80e
commit
887834da91
@@ -181,8 +181,8 @@ 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.
|
||||
Note that `cleanup` will remove partially uploaded files from the bucket
|
||||
if they are more than a day old.
|
||||
|
||||
When you `purge` a bucket, the current and the old versions will be
|
||||
deleted then the bucket will be deleted.
|
||||
|
||||
Reference in New Issue
Block a user