From owner-freebsd-questions@FreeBSD.ORG Fri Sep 18 14:15:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C03381065676 for ; Fri, 18 Sep 2009 14:15:01 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 57A558FC0A for ; Fri, 18 Sep 2009 14:15:00 +0000 (UTC) Received: by fxm6 with SMTP id 6so707429fxm.43 for ; Fri, 18 Sep 2009 07:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=k0pf3+CDuKBPKdjCClGmqAwYWECjjf0KT2rtbWaEH4o=; b=DrCU8z65inRZHr6YX9XYk++Jsj8Dj8YWfdXbf3V7Lnz0FzMMscfhedgbiBzE9wmY5C efxQG5/iZwjOKrYAI7YoXrbnntI7YILBkVIY3dEy4PS3cXpk6qcfZrzJaSrmdLYLRFqn hrI436WSrHBPhLtiltXcW7cJnvY2mrEtvwUpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hcw1J/zGksboAshFKLh80RjUw/8iJ3k4rzPjS4SirViJisHc9XqkqXzTVOlII+XGzE +J9vOEZTVI8O5HgjIiRZz6ZatDWQ7A4yW3PL8I6ZPoksf8zg0ldFAaPdRY0R6+QlyL90 SQT8RlSIcOSot4ym0GO5ryLuRtv5XLdiPmo+8= MIME-Version: 1.0 Received: by 10.223.24.151 with SMTP id v23mr420145fab.44.1253283299973; Fri, 18 Sep 2009 07:14:59 -0700 (PDT) Date: Fri, 18 Sep 2009 09:14:59 -0500 Message-ID: From: Andrew Gould To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: updating pc's to the same date/time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 14:15:01 -0000 I would like to do a fresh installation of FreeBSD 7.2 and then update it to the same state as another computer so I can transfer it's packages and have them in sync with the ports. Is my understanding of the system correct in that all I have to do is: 1. Copy /usr/src and /usr/ports to the new computer. 2. Rebuild and install the kernel and "world". 3. Copy and install the packages I created on the first computer. Thanks, Andrew