diff --git a/restic/restic-local/install-restic-local.sh b/restic/restic-local/install-restic-local.sh index c2466cf..f898019 100755 --- a/restic/restic-local/install-restic-local.sh +++ b/restic/restic-local/install-restic-local.sh @@ -1,11 +1,5 @@ #!/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 -rm /home/akanealw/scripts/wrestic-backup-to-truenas.sh > /dev/null 2>&1 -rm /root/scripts/wrestic-backup-to-truenas.sh > /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:81/restic/restic-local/restic-local-backup.sh -P /root/scripts/restic