chore: Make rsync.sh executable and add remote dir creation

This commit is contained in:
Paul Gauthier 2024-12-19 12:03:36 -08:00 committed by Paul Gauthier (aider)
parent 46a444dc21
commit a0004ab892

2
benchmark/rsync.sh Normal file → Executable file
View file

@ -14,6 +14,8 @@ EXCLUDE_FILE=$(mktemp)
# Convert .gitignore patterns to rsync exclude patterns
git -C "$REPO_ROOT" ls-files --exclude-standard --others --ignored --directory > "$EXCLUDE_FILE"
# make ~/aider on the remote side if needed ai!
# Sync the repository
rsync -avz --delete \
--exclude='.git/' \