fixed script mixup

This commit is contained in:
2026-05-07 01:56:28 +00:00
parent 7b5e1408bf
commit 3b5ebbd852
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
rsync -azvP -e "ssh -i ~/.ssh/server-root" --progress \
/local/dir/contents/* root@192.168.1.0:/remote/dir
/local/dir/contents/* /localdest/remote/dir/
@@ -1,4 +1,4 @@
#!/bin/bash
rsync -azvP -e "ssh -i ~/.ssh/server-root" --progress \
/local/dir/contents/* /localdest/remote/dir/
/local/dir/contents/* root@192.168.1.0:/remote/dir