docs: fix typos

pull/43/head
dettlaff 2023-09-17 15:16:24 +04:00 committed by Inex Code
parent 2ff47840b8
commit f5118b3899
1 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ This second, nerve-saving option is enabled by backing up regularly, and even be
As an extra benefit, backing up makes it easy to transfer a service from one machine to another with minimal hassle.
This is useful for datacenters on fire, if your server provider gets bought out by another corporation or if shareholders decide that it is finally time to make more profit.
This document covers the basic terms and usage of Selfprivacy backup subsystem.
This document covers the basic terms and usage of SelfPrivacy backup subsystem.
## What is a snapshot?
Selfprivacy does not make backups of the whole machine.
SelfPrivacy does not make backups of the whole machine.
Instead, it saves the states of each service.
The state of files used by a service, taken at a certain time, is called a Snapshot.
In the interface, you can see a snapshot as having an id, a service it backs up, and a date of creation.
@ -45,7 +45,7 @@ All of the service data is encrypted with a local secret which the cloud never r
Under the hood, we use Restic for transfers of encrypted data.
Clouds like Backblaze have an option to disallow immediate removal of data.
Selfprivacy app uses this option so that in case when the server is hacked the data cannot be erased.
SelfPrivacy app uses this option so that in case when the server is hacked the data cannot be erased.
## Listing snapshots
@ -83,7 +83,7 @@ If set to zero, autobackups will be disabled.
* Go to your Backblaze/other cloud interface directly.
* Rewind the bucket's state to prior the deletion event.
* Open selfprivacy app
* Open SelfPrivacy app
* Invalidate snapshot cache
* List the snapshots
* Restore from snapshots as usual