diff --git a/restore.sh b/restore.sh index a7550ef..e790a34 100644 --- a/restore.sh +++ b/restore.sh @@ -1,8 +1,8 @@ #not working encrypted setup #vars -IP="192.168.100.16" -source="rsync@"$IP"/rsync/" +IP="192.168.100.100" +source="rsync@"$IP"/mnt/" bootSize=256M #prepare @@ -187,4 +187,4 @@ echo "==> Syncing..." sync echo "==> Unmounting..." umount -R /mnt -echo "==> Done!" \ No newline at end of file +echo "==> Done!"