From 12e4de110bcee4dc2670bb22ed3feda1c7eaa9ea Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:14:50 +0200 Subject: [PATCH 1/5] typo --- docs/markdown/cli/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/restore.md b/docs/markdown/cli/restore.md index 9ba3e58..2bd1008 100644 --- a/docs/markdown/cli/restore.md +++ b/docs/markdown/cli/restore.md @@ -6,7 +6,7 @@ autorestic restore [-l, --location] [--from backend] [--to ] [-f, --for This will restore all the locations to the selected target. If for one location there are more than one backends specified autorestic will take the first one. -The `--to` path das to be empty as no data will be overwritten by default. If you are sure you can pass the `-f, --force` flag and the data will be overwritten in the destination. However note that this will overwrite all the data existent in the backup, not only the 1 file that is missing e.g. +The `--to` path has to be empty as no data will be overwritten by default. If you are sure you can pass the `-f, --force` flag and the data will be overwritten in the destination. However note that this will overwrite all the data existent in the backup, not only the 1 file that is missing e.g. ## Example From bf19c983d1a91b88e7abe45c790e1a46e69f8df2 Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:15:44 +0200 Subject: [PATCH 2/5] typo --- docs/markdown/cli/exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/exec.md b/docs/markdown/cli/exec.md index 0692234..eac22a6 100644 --- a/docs/markdown/cli/exec.md +++ b/docs/markdown/cli/exec.md @@ -4,7 +4,7 @@ autorestic exec [-b, --backend] [-a, --all] -- [native options] ``` -This is avery handy command which enables you to run any native restic command on desired backends. Generally will want to include the verbose flag `-v, --verbose` to see the output. An example would be listing all the snapshots of all your backends: +This is a very handy command which enables you to run any native restic command on desired backends. Generally you will want to include the verbose flag `-v, --verbose` to see the output. An example would be listing all the snapshots of all your backends: ```bash autorestic exec -av -- snapshots From 356731931424d19e5bc16234948de6055fb6cc89 Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:16:13 +0200 Subject: [PATCH 3/5] typo --- docs/markdown/cli/uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/uninstall.md b/docs/markdown/cli/uninstall.md index 8c60f74..3a422d3 100644 --- a/docs/markdown/cli/uninstall.md +++ b/docs/markdown/cli/uninstall.md @@ -1,6 +1,6 @@ # Uninstall -Installs both restic and autorestic from `/usr/local/bin`. +Uninstalls both restic and autorestic from `/usr/local/bin`. ```bash autorestic uninstall From 73f4bcfd489ce4d5da69b95e36ef55fc795d3b2c Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:18:05 +0200 Subject: [PATCH 4/5] missing words in sentence --- docs/markdown/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/examples.md b/docs/markdown/examples.md index 07cd508..4de828e 100644 --- a/docs/markdown/examples.md +++ b/docs/markdown/examples.md @@ -8,7 +8,7 @@ autorestic exec -av -- snapshots ## Unlock a locked repository -This can come in handy if a backup process crashed or if it was accidentally cancelled. Then the repository would still be locked without an actual process using it. Only do this if you know what you are sure no other process is actually reading/writing to the repository of course. +This can come in handy if a backup process crashed or if it was accidentally cancelled. Then the repository would still be locked without an actual process using it. Only do this if you know what you are doing and are sure no other process is actually reading/writing to the repository of course. ```bash autorestic exec -b my-backend -- unlock From 21185d894e5948f7fcdfabf81f1ef4a5a389a104 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 1 May 2021 17:25:50 +0200 Subject: [PATCH 5/5] Update contrib.md --- docs/markdown/contrib.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/contrib.md b/docs/markdown/contrib.md index 85b9daa..e4c8988 100644 --- a/docs/markdown/contrib.md +++ b/docs/markdown/contrib.md @@ -11,5 +11,6 @@ This amazing people helped the project! - @FuzzyMistborn - Typos - @ChanceM - Typos - @TheForcer - Typos +- @themorlan - Typos > :ToCPrevNext