We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to rsync-copy a file, I get this:
fish: Unknown command sudo:root\\@cremaster fish: rsync -az --info=progress2 foo myserver|sudo:"root\@myserver"
Is this a problem with my shell (fish) or possibly with the pipe character?
The text was updated successfully, but these errors were encountered:
Where did the | come from?
Sorry, something went wrong.
It's standard TRAMP syntax actually.
Whats the full source path?
/ssh:root@myserver:|foo
?
It's:
/ssh:servername|sudo:root@servername:/root/
dired-rsync: fix extraction of localname (#22, PR#20)
4c3c53a
Use the tramp facilities to extract the local names so they don't get tripped up by tramp syntax.
@pmiddend is this fixed now?
No branches or pull requests
When trying to rsync-copy a file, I get this:
Is this a problem with my shell (fish) or possibly with the pipe character?
The text was updated successfully, but these errors were encountered: