From 903c47e23b1e6d8fceae47fbe75451070e8868b9 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 7 May 2026 01:59:00 +0000 Subject: [PATCH] simplied script --- rsync/rsync-from-server-to-server-local.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rsync/rsync-from-server-to-server-local.sh b/rsync/rsync-from-server-to-server-local.sh index d53d6ff..e8082d0 100755 --- a/rsync/rsync-from-server-to-server-local.sh +++ b/rsync/rsync-from-server-to-server-local.sh @@ -1,4 +1,3 @@ #!/bin/bash -rsync -azvP -e "ssh -i ~/.ssh/server-root" --progress \ -/local/dir/contents/* /localdest/remote/dir/ +rsync -azvP --progress /local/source/dir/* /local/dest/dir/