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=''