Skip to content

rsync: Avoid issues with colons in Windows paths - #10

Merged
pjones merged 1 commit into
mainfrom
pjones/windows-drive-letter
Aug 21, 2026
Merged

rsync: Avoid issues with colons in Windows paths#10
pjones merged 1 commit into
mainfrom
pjones/windows-drive-letter

Conversation

@pjones

@pjones pjones commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

When giving rsync absolute paths on Windows you get errors like this:

The source and destination cannot both be remote.

Therefore we run rsync from the parent of the directory we are syncing to in order to avoid using paths with drive letters.

When giving `rsync` absolute paths on Windows you get errors like
this:

```
The source and destination cannot both be remote.
```

Therefore we run `rsync` from the parent of the directory we are
syncing to in order to avoid using paths with drive letters.
@pjones
pjones requested a review from a team August 21, 2026 15:28
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f3b78d27-7c3e-40bd-8ab2-35d2cb0c58c7


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pjones
pjones merged commit b638334 into main Aug 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant