From b70f7fe7fc06c453d6641667fd9da17a2c7e9358 Mon Sep 17 00:00:00 2001 From: capntack Date: Sun, 3 Sep 2023 14:56:02 -0500 Subject: [PATCH] Added setup script --- setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..4634285 --- /dev/null +++ b/setup.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +cp ./templates/.resticPasswordTemplate ./.resticPassword +cp ./templates/backupsTemplate.sh ./backups.sh +cp ./templates/resticExcludesTemplate ./resticExcludesTemplate +cp ./templates/rsyncManifestTemplate ./rsyncManifest +chmod 600 ./.resticPassword +chmod +x ./backups.sh \ No newline at end of file