1
0
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:
John Papandriopoulos
2017-07-23 05:02:42 -07:00
committed by Nick Craig-Wood
parent 7b81f12dad
commit d134d78979
2 changed files with 35 additions and 23 deletions

View File

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