From a2c0fa88fcf09cbb7f898b367896ab4206102ce2 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 20 Jul 2022 02:51:34 -0700 Subject: [PATCH] Add simple README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..8290234 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ + +# 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). + +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. + +Execute the following for command line arguments: +```console +$ ./backup-local-dir --help +``` + + + +