From owner-freebsd-questions@freebsd.org Thu Mar 31 11:44:51 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 C221FAE3424 for ; Thu, 31 Mar 2016 11:44:51 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box.niklaas.eu (unknown [IPv6:2a00:c98:2200:af07:6::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9146F1F97 for ; Thu, 31 Mar 2016 11:44:51 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box.niklaas.eu (Postfix, from userid 1001) id B820461FAC; Thu, 31 Mar 2016 13:44:49 +0200 (CEST) Date: Thu, 31 Mar 2016 13:44:49 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: Recovering from X "upgrade" disaster [was: how to downgrade X server] Message-ID: <20160331114449.GF1256@box.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 11:44:51 -0000 Carmel [2016-03-31 06:58 -0400] : > On Thu, 31 Mar 2016 05:02:18 +0000 (UTC), Will Parsons stated: > > >Is there anyone who can give me hope of recovering this system? > >(I *really* don't want to trash it and reinstall. And even if I did, > >would there be any reason to think it would work?) > > I have experienced the same bullshit in the past. That is why I keep a > backup of my critical configuration files; ie., Postfix, Dovecot, > etcetera. Doing the same here. With sysutils/duply it is quite easy. Simply use / as base for the backup include what you need to backup, and exclude the rest in `~/.duply//{conf,exclude}`. Because of wildcard support it's also easy to backup configuration files of jails by doing something like `/**/etc/*`. (In case you intend to backup the next time.)