From cb7da3510f494bed6e8d416d750b839cabc17714 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 20 May 2024 19:23:26 -0500 Subject: [PATCH] added readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07d964c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Restic Scripts + +## Usage + +```shell +./restic_command.sh snapshots +``` + +```shell +./restic_backup.sh --tag manual +``` + +```shell +./restic_command.sh forget --keep-last 1 +``` + +```shell +./restic_command.sh restore +```