dired-rsync
dired-rsync copied to clipboard
Doesn't work with all shells? "Unknown command"
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?
Where did the | come from?
It's standard TRAMP syntax actually.
Whats the full source path?
/ssh:root@myserver:|foo
?
It's:
/ssh:servername|sudo:root@servername:/root/
@pmiddend is this fixed now?