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 <gentoo-user+bounces-138051-garchives=archives.gentoo.org@lists.gentoo.org>)
	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 <gentoo-user@lists.gentoo.org>; 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 <gentoo-user@lists.gentoo.org>; 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 <gentoo-user@lists.gentoo.org>;
	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 <gentoo-user@gentoo.org>; Sat,  5 May 2012 15:19:01 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <lnx-gentoo-user@m.gmane.org>)
	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 <gentoo-user@gentoo.org>; 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 <gentoo-user@gentoo.org>; Sat, 05 May 2012 17:18:53 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-user@lists.gentoo.org
From: Grant Edwards <grant.b.edwards@gmail.com>
Subject: [gentoo-user] Re: minimal web server
Date: Sat, 5 May 2012 15:18:39 +0000 (UTC)
Message-ID: <jo3gce$e4t$1@dough.gmane.org>
References: <loom.20120505T043039-772@post.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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 <wireless@tampabay.rr.com> wrote:
> Hello,
>
> Backing up routers, I  have an option I can
> issue from the a router:
>
> #copy running-config [http | https] <url>
>
> 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.<laptop web server IP>
>
> 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