Create disk image from a remote system
Posted
by cringe
on Super User
See other posts from Super User
or by cringe
Published on 2010-02-21T10:12:19Z
Indexed on
2010/03/26
23:03 UTC
Read the original article
Hit count: 491
I want to backup a disk from a remote system, but the remote system itself has not enough space available. Now I want to use dd
and pipe the output through ssh
, but I can't figure out how to do it. I read several sources on the web, but I'm stuck now.
Can someone please point me to a good resource or write down the command line with explanations?
© Super User or respective owner