forked from TrueCloudLab/restic
fix: shorten sentence
This commit is contained in:
parent
00ca0b371b
commit
113439c69b
1 changed files with 4 additions and 4 deletions
|
@ -464,10 +464,10 @@ Backblaze B2
|
|||
|
||||
Different from the B2 backend, restic's S3 backend will only hide no longer
|
||||
necessary files. By default, Backblaze B2 retains all of the different versions of the
|
||||
files and "hides" the older versions. Thus, to make sure to setup B2 lifecycle rules to
|
||||
delete hidden files, the B2 lifecycle setting "Keep only the last version of the file"
|
||||
is **recommended**. The previous version of the file is "hidden" for one day and then
|
||||
deleted automatically by B2. More details at the [Backblaze documentation](https://www.backblaze.com/docs/cloud-storage-lifecycle-rules).
|
||||
files and "hides" the older versions. Thus, to free space occupied by hidden files,
|
||||
it is **recommended** to use the B2 lifecycle "Keep only the last version of the file".
|
||||
The previous version of the file is "hidden" for one day and then deleted automatically
|
||||
by B2. More details at the [Backblaze documentation](https://www.backblaze.com/docs/cloud-storage-lifecycle-rules).
|
||||
|
||||
Restic can backup data to any Backblaze B2 bucket. You need to first setup the
|
||||
following environment variables with the credentials you can find in the
|
||||
|
|
Loading…
Reference in a new issue