Tagged Questions
9
votes
8answers
8k views
How to set up disk cloning with dd, netcat and ssh tunnel?
I would like to copy stuff in bulk (reimage disk using dd) with netcat from host A to B via ssh encrypted channel on Linux.
What commands should I type on both ends? Could you please explain what ...