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