dired-rsync icon indicating copy to clipboard operation
dired-rsync copied to clipboard

Doesn't work with all shells? "Unknown command"

Open pmiddend opened this issue 5 years ago • 5 comments

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?

pmiddend avatar Jan 23 '20 08:01 pmiddend

Where did the | come from?

stsquad avatar Jan 23 '20 17:01 stsquad

It's standard TRAMP syntax actually.

pmiddend avatar Jan 24 '20 08:01 pmiddend

Whats the full source path?

/ssh:root@myserver:|foo

?

stsquad avatar Jan 24 '20 10:01 stsquad

It's:

/ssh:servername|sudo:root@servername:/root/

pmiddend avatar Jan 28 '20 18:01 pmiddend

@pmiddend is this fixed now?

stsquad avatar Mar 10 '23 18:03 stsquad