Files
linux-scripts/restic/restic-local/install-restic-local.sh
2024-03-14 11:35:20 -05:00

18 lines
971 B
Bash

#!/bin/bash
rm -r /home/akanealw/.config/wrestic > /dev/null 2>&1
rm -r /root/.config/wrestic > /dev/null 2>&1
rm -r /usr/local/bin/wrestic > /dev/null 2>&1
mkdir -p /root/scripts/restic > /dev/null 2>&1
rm /root/scripts/restic/* > /dev/null 2>&1
wget -q http://192.168.1.50/scripts/restic/restic-local/restic-local-backup.sh -P /root/scripts/restic
wget -q http://192.168.1.50/scripts/restic/restic-local/export-etc.sh -P /root/scripts/restic
wget -q http://192.168.1.50/scripts/restic/restic-local/export-home-akanealw.sh -P /root/scripts/restic
wget -q http://192.168.1.50/scripts/restic/restic-local/export-opt.sh -P /root/scripts/restic
wget -q http://192.168.1.50/scripts/restic/restic-local/export-root.sh -P /root/scripts/restic
wget -q http://192.168.1.50/scripts/restic/restic-local/restic-local-init.sh -P /root/scripts/restic
chmod +x /root/scripts/restic/*
sed -i "s/changemepls/$(cat /etc/hostname | tr '[:upper:]' '[:lower:]')/g" /root/scripts/restic/*