Do not allow local remote sync while remote local is in progress

This commit is contained in:
2025-12-16 15:13:32 +02:00
parent a167c6d788
commit d69e769ed0
3 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
REMOTE_PROGRESS=".remote-in-progress"
touch $REMOTE_PROGRESS
sshpass -p "${SERVER_PASSWORD}" \
rsync -avzu \
`# Version control and editor files` \
@@ -26,3 +30,5 @@ sshpass -p "${SERVER_PASSWORD}" \
--exclude split-conflicts.sh \
-e ssh "${SERVER_USER}@${SERVER_HOST}:${SERVER_PATH}" . \
$1
rm $REMOTE_PROGRESS