Minor spell fixes in doc

This commit is contained in:
Jin Park
2020-06-25 01:23:31 +01:00
parent 1a891fffbd
commit b6f7ef6577
30 changed files with 32 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
>
> [Overview](/location/overview)
> [Hooks](/location/hooks)
> [Exluding Files](/location/exclude)
> [excluding Files](/location/exclude)
> [Forget Policy](/location/forget)
> [Cron](/location/cron)
> [Docker Volumes](/location/docker)

View File

@@ -2,7 +2,7 @@
High backup level CLI utility for [restic](https://restic.net/).
Autorestic is a wrapper around the amazing [restic](https://restic.net/). While being amazing the restic cli can be a bit overwhelming and difficoult to manage if you have many different location that you want to backup to multiple locations. This utility is aimed at making this easier 🙂
Autorestic is a wrapper around the amazing [restic](https://restic.net/). While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different location that you want to backup to multiple locations. This utility is aimed at making this easier 🙂
<!-- ![Sketch](./docs/Sketch.png) -->

View File

@@ -3,6 +3,6 @@
## My config file was moved?
This happens when autorestic needs to write to the config file. This happend e.g. when we are generating a key for you.
Unforunately during this process formatting and comments are lost. That is why autorestic will place a copy of your old config next to the one we are writing to.
Unfortunately during this process formatting and comments are lost. That is why autorestic will place a copy of your old config next to the one we are writing to.
> :ToCPrevNext