From 105b1d8dfb61f1ef443b109c7674488c4c3edfaf Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 9 Nov 2024 05:00:39 +0100 Subject: [PATCH] changed paths --- backup_script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_script.bat b/backup_script.bat index 60cc407..97c89cb 100644 --- a/backup_script.bat +++ b/backup_script.bat @@ -2,4 +2,4 @@ cd C://users//forss tar -cvpzf backup/backup.tar.gz ./Documents ./Videos ./Pictures ./Music ./Downloads D:/Documents D:/Pictures D:/Videos -scp backup/backup.tar.gz nils@%SERVER_IP%:~/backup_tar/ \ No newline at end of file +scp -p -O .\backup\backup.tar.gz nils@forssennils.se:/home/nils/backup_desktop/ \ No newline at end of file -- 2.30.2