Skip to content

Commit 2ff7383

Browse files
authored
A few typo fixes in the Strategy document
1 parent d0e6121 commit 2ff7383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

strategy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ With all your essential data inventoried, you can now continue to select an appr
5353

5454
In addition to the backup method, we will also record the frequency and destination. For automated backup processes, it's common to do them whenever data is changed, daily or hourly. For manual data exports, you will probably do it monthly or every quarter.
5555

56-
Here an expanded version of our template[^2]:
56+
Here's an expanded version of our template[^2]:
5757

5858
<img src="/img/strategy/Screenshot-2018-12-07-at-12.43.45.png" alt="" width="835" height="174" />
5959

@@ -91,7 +91,7 @@ Users often assume that a file sync (Dropbox, Nextcloud) is the same as having a
9191

9292

9393
### Backup Frequency Mismatch
94-
You probably noticed this while writing up your inventory. In some cases the velocity of the data (how often it changes) will not match your current backup frequency. That means you can expect to lose more data than specified in the RPO. So for each row make sure that the backup frequency is higher or the same as the specified RPO. If it's not, either find a way to increase it or change your RPO. Here an example:
94+
You probably noticed this while writing up your inventory. In some cases the velocity of the data (how often it changes) will not match your current backup frequency. That means you can expect to lose more data than specified in the RPO. So for each row make sure that the backup frequency is higher or the same as the specified RPO. If it's not, either find a way to increase it or change your RPO. Here's an example:
9595

9696
An employee works on a file the whole day, but backups only happen once a day at night. If the file is damaged in the afternoon you lose one day's work. In this case you may need to consider local snapshots or do more frequent backups.
9797

@@ -106,7 +106,7 @@ The next concept to be aware of is Recovery Time Objective (RTO). It describes t
106106

107107

108108
### Security Issues
109-
The data you handle will have value to other people. A competitior could be interested in documents and client lists. An employee could be interested in salary data. At the same time the fines for data breaches have been increasing. So it should be in your interest to keep *all* data locations save. This includes backup locations.
109+
The data you handle will have value to other people. A competitior could be interested in documents and client lists. An employee could be interested in salary data. At the same time the fines for data breaches have been increasing. So it should be in your interest to keep *all* data locations safe. This includes backup locations.
110110

111111
For a full security review, one would also record the confidentiality and integrity requirements for each data asset. This is outside our scope. We will do a more general check for each asset to see if the locations are secure enough. For each inventory row consider the following:
112112

0 commit comments

Comments
 (0)