copy disk over ssh, Unknown command 'dd if=/dev/xvda'
and when I run the command
ssh root@12.34.56.78 "dd if=/dev/xvda " | dd of=/home/archive/linode.img
I get a 1KB file on my PC named linode.img, when I open that file I find this text:
Unknown command 'dd if=/dev/xvda'
What could be the problem?