X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.squbes.com (squbes.com [208.74.142.49]) by lists.alpinelinux.org (Postfix) with ESMTP id 529A617003B8C for ; Fri, 16 Jan 2009 12:59:24 +0000 (UTC) Received: from BigMac.private.net (pool-70-23-201-108.ny325.east.verizon.net [70.23.201.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nangel@nothome.org) by mail.squbes.com (Postfix) with ESMTPSA id DFB2350001CA7; Fri, 16 Jan 2009 12:59:23 +0000 (UTC) Message-ID: <497084AB.2030105@nothome.org> Date: Fri, 16 Jan 2009 07:59:23 -0500 From: Nathan Angelacos User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Harry Lachanas CC: Alpine Developers Subject: Re: [alpine-devel] Backup Confing from remote alpine boxes .... References: <496F6FEC.60708@freemail.gr> <496F7CFB.701@nothome.org> <497067B2.4030708@freemail.gr> In-Reply-To: <497067B2.4030708@freemail.gr> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Hi Harry, > >> Natanael is the authority on "the alpine way"... but here's one way >> (you'll need 1.7.29 or higher, there was a bug in lbu writing to >> stdout before that) >> >> ssh root@remotebox "lbu package -" >remotebox.apkovl.tar.gz >> >> > Thank's Nathan, > > I did it the opposite way, > > Thus, > > a remote server pulling and storing the config. > > Harry. > > That's what the above does.. I can back up your box to my box with the above command. natebox#ssh root@harrybox "lbu package -" >harrybox.apkovl.tar.gz I log into your box, run "lbu package -" on your machine, (the - writes the lbu archive to stdout) which I then redirect to the file harrybox.apkovl.tar.gz on my machine. I now have a local copy of the remote machine's config. From your box's perspective a remote machine pulled and stored your config. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---