<div dir="auto"><div>I wrap mine in bash -c 'commands'</div><div dir="auto"><br></div><div dir="auto">So something like:</div><div dir="auto"><span style="font-family:"courier new",courier,monospace">root@host ~ $ lxc exec container -- bash -c "ssh </span><a href="http://vps7456.ovh.net/" style="font-family:"courier new",courier,monospace">vps7456.ovh.net</a><span style="font-family:"courier new",courier,monospace"> 'tar czf - /var/www/</span><a href="http://website.com/htdocs" style="font-family:"courier new",courier,monospace">website.com/htdocs</a><span style="font-family:"courier new",courier,monospace">' | tar xzpf - -C/"</span></div><div dir="auto"><font face="courier new, courier, monospace"><br></font></div><div dir="auto"><font face="courier new, courier, monospace"><br></font><div class="gmail_extra" dir="auto"><span style="font-family:sans-serif">Will probably work.</span></div><div class="gmail_extra" dir="auto"><font face="sans-serif">--Greg</font></div><div class="gmail_extra" dir="auto"><font face="sans-serif"><br></font><div class="gmail_quote" dir="auto">On Apr 9, 2017 5:03 PM, "Ingo Baab" <<a href="mailto:ib@baab.de">ib@baab.de</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Hello lxc-users,</p>
    <p>Inside a Linuxcontainer I use:<br>
    </p>
    <p><font face="Courier New, Courier, monospace">    root@container ~
        $ ssh <a href="http://vps270841.ovh.net" target="_blank">vps270841.ovh.net</a> tar czf - /var/www/<a href="http://website.com/htdocs" target="_blank">website.com/htdocs</a> |
        tar xzpf - -C/</font><br>
    </p>
    <p>to get a tar archive from another remote server by ssh and
      extract it inside the container, works fine.<br>
      But how can I achieve the same from the host system? I tried
      different things, but no success.<br>
    </p>
    <p>I tried it with:<br>
    </p>
    <p><font face="Courier New, Courier, monospace">    root@host ~ $
        lxc exec container -- ssh <a href="http://vps7456.ovh.net" target="_blank">vps7456.ovh.net</a> 'tar czf -
        /var/www/<a href="http://website.com/htdocs" target="_blank">website.com/htdocs</a>' | tar xzpf - -C/<br>
      </font></p>
    <p>but this pipe 'goes' to the host system :( Is there another
      possibility with `lxc push -` - or any sugestion from you?<br>
    </p>
    <p>Thank you in advance for any hint.<font color="#888888"><br>
      Ingo Baab<br>
      <br>
    </font></p>
  </div>

<br>______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a><br></blockquote></div><br></div></div></div>