From f5118b3899031d61138b1cb653c08353c08a1151 Mon Sep 17 00:00:00 2001 From: dettlaff Date: Sun, 17 Sep 2023 15:16:24 +0400 Subject: [PATCH] docs: fix typos --- content/en/docs/Backups/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Backups/_index.md b/content/en/docs/Backups/_index.md index 2a2c8c3..1f47c87 100644 --- a/content/en/docs/Backups/_index.md +++ b/content/en/docs/Backups/_index.md @@ -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