Run Linode image localy

Hi would it be posible to run my linode image localy? How could I make a complette copy of the image? I know my way around linux and can make a uml server if needed but i would prefer something windows based vmware etc.

Cheers thanks for any help

2 Replies

Create another file system boot Finnix and mount both you Linode and the file system you just created, example

mount /dev/xvdb /mnt/linode

mount /dev/xvdc /mnt/backup

then cd into /mnt/linode where your linode install is and execute

tar -jcvf ../backup/linode.tar.bz2 *

Once that's done just move to tarball off to where ever

Alternatively, take http://thegrebs.com/~michael/custom_howto/ and run it in reverse (doing your ssh+dd from Linode back to you). From there, you would need to either create your own UML executable (if you're based on an older host), or tinker with Xen and boot your image in your own domU

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct