From 7fe99998f0f0ef466fc26092dd8e48906eec6b77 Mon Sep 17 00:00:00 2001 From: Kevin Woley Date: Sat, 8 Feb 2020 20:42:17 -0800 Subject: [PATCH] adding a real description --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 973bb26..742f548 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# relica-windows-backup -Powershell scripts to run Relica backups on Windows +# restic-windows-backup +Powershell scripts to run Restic backups on Windows. +Simplifies the process of installation and running. + +Features +* `install.ps1` script which downloads Restic, initializes the restic repository, setups up a Windows Task Scheduler task to run the backup daily +* `backup.ps1` script which + * Emails the results of each execution, including log files when there are problems + * Handles routine maintenence (forgetting, pruning, and checking the repo on a regular basis)