From 81ad1a5d1d6e244223378c590d73e6d5a3cb357b Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Tue, 28 Jan 2020 21:40:32 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6703b9e..ba5bb7c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See my [repository of addons][hassio-addons] for more information. |`ssh_key`|Yes|The ssh key to use. Not that it should *NOT* be password protected.| |`remote_directory`|Yes|The directory to put the backups on the remote server.| |`zip_password`|No|If set then the backup will be contained in a password protected zip| -|`keep_local_backup`|No|Control how many local backups you want to preserve. Default (`""`) is to keep no local backups created from this addon. If `all` then all loocal backups will be preserved. A positive integer will determine how many of the latest backups will be preserved. Note this will delete other local backups created outside this addon. +|`keep_local_backup`|No|Control how many local backups you want to preserve. Default (`""`) is to keep no local backups created from this addon. If `all` then all local backups will be preserved. A positive integer will determine how many of the latest backups will be preserved. Note this will delete other local backups created outside this addon. ## Example: daily backups at 4 AM