From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SQgn0-0006JP-IJ for garchives@archives.gentoo.org; Sat, 05 May 2012 15:20:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8110CE08EB; Sat, 5 May 2012 15:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 910BFE06B0 for ; Sat, 5 May 2012 15:19:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 286291B4033 for ; Sat, 5 May 2012 15:19:07 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.674 X-Spam-Level: X-Spam-Status: No, score=-1.674 tagged_above=-999 required=5.5 tests=[AWL=-0.664, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6cF3cCTF2sGo for ; Sat, 5 May 2012 15:19:01 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E091B401A for ; Sat, 5 May 2012 15:19:01 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SQgl3-0005xN-95 for gentoo-user@gentoo.org; Sat, 05 May 2012 17:18:53 +0200 Received: from c-24-118-110-103.hsd1.mn.comcast.net ([24.118.110.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 May 2012 17:18:53 +0200 Received: from grant.b.edwards by c-24-118-110-103.hsd1.mn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 May 2012 17:18:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: minimal web server Date: Sat, 5 May 2012 15:18:39 +0000 (UTC) Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net User-Agent: slrn/0.9.9p1 (Linux) X-Archives-Salt: 04e8d828-c03d-4022-83a2-50b4a4b5a155 X-Archives-Hash: 224cbcc8862dbc1dec10b6078822e382 On 2012-05-05, James wrote: > Hello, > > Backing up routers, I have an option I can > issue from the a router: > > #copy running-config [http | https] > > so if my laptop is running some minimal web > server (suggestions are most welcome) > > and I have local IP connectivity (say > both on a 10.10.10.x network, > > The I could just issue this command? > > copy running-config http://10.10.10. > > It should work and it's simple. What would be > some recommendations as to which minimal web server > I could run on a laptop (simple and small) to > just backup various router configs to? I don't really understand what you're talking about with the copy command, but the busybox httpd server is very simple and easy to run. Lightpd is also smallish. -- Grant