From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RLLo4-000479-CD for garchives@archives.gentoo.org; Tue, 01 Nov 2011 21:23:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78FC321C1BD; Tue, 1 Nov 2011 21:23:30 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id A7572E0478 for ; Tue, 1 Nov 2011 21:23:11 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so4943110bkb.40 for ; Tue, 01 Nov 2011 14:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YNrMAFXvO1BH0uF5hW/lL6wCLDlEkP8p+ItiO1s3Uj8=; b=kPGt384rbj/6VPUjIgmmxAr2F7Ue2pSbsmI2XQY/gHsxSUEPvfePMKYmWzsz+GMdek rbYPoL58cN3ui8eVTAqnQIBnIWYEOD/fC6zIfivqZcOiLMavtLBZ0pSIdVSlpfmMfd7R qRYE9tSLIqBUr97HYSArolagcjUqmNCPsADBg= Received: by 10.204.136.24 with SMTP id p24mr1151637bkt.65.1320182590783; Tue, 01 Nov 2011 14:23:10 -0700 (PDT) Received: from [10.0.0.3] ([46.242.118.64]) by mx.google.com with ESMTPS id j9sm237187bkd.2.2011.11.01.14.23.08 (version=SSLv3 cipher=OTHER); Tue, 01 Nov 2011 14:23:09 -0700 (PDT) Message-ID: <4EB0633C.2010801@gmail.com> Date: Wed, 02 Nov 2011 01:23:08 +0400 From: Dmitriy Petrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@lists.gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-Version: 1.0 To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] Git as backup tool References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 2eed57dd-dc8b-40dc-9a5a-a6020e56c7e0 X-Archives-Hash: 3a2edf26ac73831c2ae9e527079d8e99 Hi! I also thinking about using git as backup tool :) And also would like to find out if someone used them in production On 11/02/2011 01:16 AM, Andrey Utkin wrote: > Hi all! Long live the gentoo masters! > I'd like to hear from anybody who uses (or tried) git on production > servers for saving the points of possible restore. Please, share your > practices, like commit patterns, .gitignore contents, etc. I've begun > to use it a couple of days ago for that, and pointed out some issues. > I control the whole root fs with git. > The problematic part is bunch of files that update frequently, but i > am not familiar with them and i'm not sure if system will load without > them. > Namely, these are files in /usr/lib64/portage/pym/ > Also wtmp, utmp files hurt - likely without them box won't boot, but > they shouldn't be in git control, too, coz they update often. > Thus, backup restoring requires not git repo only, but also some tar of base? >