We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3f04c commit 163514bCopy full SHA for 163514b
.evergreen/sync-spawn-host.sh
@@ -8,6 +8,7 @@ fi
8
target=$1
9
10
echo "Syncing files to $target..."
11
+rsync -haz -e ssh --exclude '.git' --filter=':- .gitignore' -r . $target:/home/ec2-user/mongo-python-driver
12
# shellcheck disable=SC2034
13
fswatch -o . | while read f; do rsync -hazv -e ssh --exclude '.git' --filter=':- .gitignore' -r . $target:/home/ec2-user/mongo-python-driver; done
14
echo "Syncing files to $target... done."
0 commit comments