From 0e2902009992b980d586b022b9b24ffee45e2436 Mon Sep 17 00:00:00 2001 From: Kevin Woley Date: Sat, 8 Feb 2020 20:47:03 -0800 Subject: [PATCH] moving secrets file to a temp file name to avoid conflicts --- secrets.ps1 => secrets_template.ps1 | 4 ++++ 1 file changed, 4 insertions(+) rename secrets.ps1 => secrets_template.ps1 (72%) diff --git a/secrets.ps1 b/secrets_template.ps1 similarity index 72% rename from secrets.ps1 rename to secrets_template.ps1 index c8fccb2..4ef9884 100644 --- a/secrets.ps1 +++ b/secrets_template.ps1 @@ -1,3 +1,7 @@ +# Template file for backup destination configuration and email passwords. +# Update this file to point to your restic repository and email service. +# Rename to `secrets.ps1` + # restic backup repository configuration $Env:AWS_ACCESS_KEY_ID='' $Env:AWS_SECRET_ACCESS_KEY=''