mirror of
https://github.com/rclone/rclone.git
synced 2026-01-10 04:23:28 +00:00
b2: add --b2-hard-delete to permanently delete instead of hide files - Fixes #1547
This commit is contained in:
committed by
Nick Craig-Wood
parent
7b81f12dad
commit
d134d78979
@@ -138,10 +138,13 @@ used.
|
||||
|
||||
When rclone uploads a new version of a file it creates a [new version
|
||||
of it](https://www.backblaze.com/b2/docs/file_versions.html).
|
||||
Likewise when you delete a file, the old version will still be
|
||||
available.
|
||||
Likewise when you delete a file, the old version will be marked hidden
|
||||
and still be available. Conversely, you may opt in to a "hard delete"
|
||||
of files with the `--b2-hard-delete` flag which would permanently remove
|
||||
the file instead of hiding it.
|
||||
|
||||
Old versions of files are visible using the `--b2-versions` flag.
|
||||
Old versions of files, where available, are visible using the
|
||||
`--b2-versions` flag.
|
||||
|
||||
If you wish to remove all the old versions then you can use the
|
||||
`rclone cleanup remote:bucket` command which will delete all the old
|
||||
|
||||
Reference in New Issue
Block a user