From owner-freebsd-questions@freebsd.org Thu Sep 8 08:57:05 2016 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 D4859BC4B8D for ; Thu, 8 Sep 2016 08:57:05 +0000 (UTC) (envelope-from lgroups@vlymskerp.net) Received: from mail.wolk.co.za (mail.wolk.co.za [197.189.230.211]) by mx1.freebsd.org (Postfix) with ESMTP id 76D34289 for ; Thu, 8 Sep 2016 08:57:04 +0000 (UTC) (envelope-from lgroups@vlymskerp.net) Received: from poskantoor (cal.wolk.co.za [10.30.40.70]) by mail.wolk.co.za (Postfix) with ESMTP id D0462232DDE for ; Thu, 8 Sep 2016 10:51:13 +0200 (SAST) X-Virus-Scanned: amavisd-new at wolk.co.za Received: from mail.wolk.co.za ([10.30.40.70]) by poskantoor (mail.wolk.co.za [10.30.40.70]) (amavisd-new, port 10024) with LMTP id 4qB5uuyjAtyZ for ; Thu, 8 Sep 2016 10:51:04 +0200 (SAST) Received: from [196.1.1.201] (unknown [41.189.77.118]) by mail.wolk.co.za (Postfix) with ESMTPSA id 9A7B922B496 for ; Thu, 8 Sep 2016 10:51:04 +0200 (SAST) To: freebsd-questions@freebsd.org From: Coert Subject: copying /var/cache/pkg between machines Message-ID: <57D12678.7000903@vlymskerp.net> Date: Thu, 8 Sep 2016 10:51:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 08:57:05 -0000 Hello all, I have a few FreeBSD machines running with KDE installed. When I copy /var/cache/pkg to another machine, it downloads all packages again anyway. I tried rsync, tar, made sure the symlinks with checksums are preserved, but to no avail. What is the recommended way to sync /var/cache/pkg between machines? Thank you in advance, Coert