1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:01:17 -04:00

pre-commit linting with husky and lint-staged, and spellcheck lint

[skip ci]
This commit is contained in:
2020-02-04 15:34:41 -05:00
parent 76e98ae367
commit 21871f21ec
7 changed files with 1882 additions and 38 deletions

View File

@@ -108,7 +108,7 @@ export RESTIC_PASSWORD="passw0rd123-just-kidding"
```
## 3. Initialize the backup respository
## 3. Initialize the backup repository
Now we're ready to have Restic initialize the repository. This saves a `config` file in your S3 bucket and starts the encryption process right off the bat. You only need to run this once.