From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC9EB138C8B for ; Mon, 24 Oct 2016 15:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6DB6E0A69; Mon, 24 Oct 2016 15:30:05 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E3A7E0944 for ; Mon, 24 Oct 2016 15:30:05 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1byhC1-0004xS-Nz for gentoo-user@lists.gentoo.org; Mon, 24 Oct 2016 17:29:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Martin Vaeth Subject: [gentoo-user] Re: emerge --sync Date: Mon, 24 Oct 2016 15:29:24 +0000 (UTC) Message-ID: References: X-Complaints-To: usenet@blaine.gmane.org User-Agent: slrn/pre1.0.0-26 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Archives-Salt: 8d0bbfd1-a622-479f-8725-28f4cdaec135 X-Archives-Hash: f7176761b8899df8bdf9184a09125df5 Jorge Almeida wrote: > I want to do emerge --sync on computer A and then update computer B by > copying /usr/portage. Is this safe? Yes, although ... > does emerge --sync just updates the contents of /usr/portage portage also changes the content of /var/cache/edb, and in some cases even of /var/db or even of binary packages, but it will repeat the necessary steps automatically if only /usr/portage has changed.