<div dir="ltr"><div style>Robin...</div><div style><br></div><div style>Not sure if I understand your question totally but you might want to take a look at Crate by</div><div style>Evan Hazlett.</div><div style><br></div><div style>
Per the site:   <a href="https://github.com/ehazlett/crate">https://github.com/ehazlett/crate</a></div><div style><h1 style="margin:0px 0px 10px;padding:0px;border:0px;color:rgb(0,0,0);font-family:Helvetica,arial,freesans,clean,sans-serif">
<font>Crate</font></h1><p style="margin:0px 0px 15px;padding:0px;border:0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:14px;line-height:22px">Linux container management. Crate uses <a href="http://cratefile.org/" style="margin:0px;padding:0px;border:0px;color:rgb(65,131,196);text-decoration:none">Fabric</a> to manage remote hosts. Currently tested on Ubuntu 12.04. Similar to the spectacular <a href="http://docker.io/" style="margin:0px;padding:0px;border:0px;color:rgb(65,131,196);text-decoration:none">http://docker.io</a> but written in Python and intended for remote hosts.</p>
</div>Fabric is a great & easy to use tool in itself that is written in Python... but Evan has adapted it for use with LXC containers.<div><br><div>One of his <u><b>examples</b></u> is for Cloning a container to a Remote host.  (remember its just an example but should work with any remote system).<div>
<br></div><div><pre style="margin-top:15px;margin-bottom:15px;padding:6px 10px;border:1px solid rgb(204,204,204);font-size:13px;font-family:Consolas,'Liberation Mono',Courier,monospace;background-color:rgb(248,248,248);line-height:19px;overflow:auto;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;color:rgb(51,51,51)">
<code style="margin:0px;padding:0px;border:none;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;background-color:transparent;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">crate -H 10.10.10.130 -u vagrant -i ~/.vagrant.d/insecure_private_key clone --name testing2 --source testing

Tweaking configuration
Copying rootfs...
Updating rootfs...
'testing2' created</code></pre><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">---------- Forwarded message ----------</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">From: "Robin Monjo (appldiget)" <<a href="mailto:robin.monjo@applidget.com">robin.monjo@applidget.com</a>></span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a></span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Cc: </span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">Date: Wed, 17 Apr 2013 13:09:31 +0200</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Subject: [Lxc-users] Cloning container over network</span><br style="font-family:arial,sans-serif;font-size:13px">
<div style="font-family:arial,sans-serif;font-size:13px;word-wrap:break-word"><span style="line-height:17.27272605895996px;font-size:13.63636302947998px;font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif">I'd like to be able to clone a lxc container over the network. For example, I have a machine that contains lxc containers and on another machine, clone these containers and use them. Any idea ?</span></div>
</div></div></div></div></div>