From owner-freebsd-current@FreeBSD.ORG Fri Sep 21 21:53:58 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E16A16A417 for ; Fri, 21 Sep 2007 21:53:58 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 25E0413C4A8 for ; Fri, 21 Sep 2007 21:53:57 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from [217.184.120.61] (mnch-d9b8783d.pool.mediaWays.net [217.184.120.61]) (authenticated bits=0) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l8LLrtbc020735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Sep 2007 23:53:56 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) X-Authentication-Warning: smtp.dmz.omnisec.de: Host mnch-d9b8783d.pool.mediaWays.net [217.184.120.61] claimed to be [217.184.120.61] Message-ID: <46F43D73.4010804@omnisec.de> Date: Fri, 21 Sep 2007 23:53:55 +0200 From: Harald Schmalzbauer User-Agent: Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: cpdup into base? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:53:58 -0000 Hello, I just set up a intermediate backup server and copied some view hundred Gig'bytes in a ssh session. Then it came to my mind that I'm on a dialup line which get's cut at day change, so if my last 76G transfer wouldn't finish before I had to repeat it. My first fault was not to use "screen", but like I wrote it's a improvised intermediate server. Now if I had cpdup this wasn't a big problem... Of course there's 'pkg_add -r', but I'm using -current and I don't know if there's a working package, nor that it's fetchable. Is there anything against merging cpdup into base? Thanks, -Harry