Added setup script

main
capntack 1 year ago
parent b23282f533
commit b70f7fe7fc

@ -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
Loading…
Cancel
Save