From 74affb59360a9a1a1d673a93c863dc06e1c0f716 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 20 Jul 2022 02:56:45 -0700 Subject: [PATCH] typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8290234..7ddb61e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Backup Local Dir -Simple script which utilizes [restic](https://restic.net/) to make two backups copies of a local folder. One backup goes to a local restic repo (local folder), and the other goes to a remote server somewhere (consult restic documentation for formatting remote repo URLs). +Simple script which utilizes [restic](https://restic.net/) to make two backups of a local folder. +One backup goes to a local restic repo (local folder), and the other goes to a remote server somewhere (consult restic documentation for formatting remote repo URLs). Technically you can specify anything you want for the local and remote repo flags, in order to use two local or two remote repos, if you wish.