From owner-freebsd-questions@freebsd.org Mon Jul 20 07:10:02 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A36EF9A5F22 for ; Mon, 20 Jul 2015 07:10:02 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (mail.au.calorieking.net [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502561AA6 for ; Mon, 20 Jul 2015 07:10:01 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id 8D7C6BE for ; Mon, 20 Jul 2015 15:09:46 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.au.calorieking.net (mail.au.calorieking.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1ZWkbgIrVDJ4 for ; Mon, 20 Jul 2015 15:09:44 +0800 (WST) Received: from egeria.internal (egeria.au.calorieking.net [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 5E68AA9 for ; Mon, 20 Jul 2015 15:09:44 +0800 (WST) Message-ID: <55AC9EB6.7090704@calorieking.com> Date: Mon, 20 Jul 2015 15:09:42 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: local copy of freebsd-update files Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 07:10:02 -0000 Hi everyone, I would like to have a local server to point freebsd-update to. I started with https://www.freebsd.org/doc/en/articles/freebsd-update-server/ , but then I realised I don't need a custom build, I just need a copy of the build. So I started wget -m http://update.freebsd.org/10.1-RELEASE/amd64/ Gosh it's slow, downloading that many files. Is there somewhere I can get them in a tarball? TIA, Greg.