From owner-freebsd-questions@FreeBSD.ORG Tue Mar 5 01:29:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 751F5912 for ; Tue, 5 Mar 2013 01:29:04 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5B7794 for ; Tue, 5 Mar 2013 01:29:03 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r251T3Rb071490; Mon, 4 Mar 2013 18:29:03 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r251Sx5w071487; Mon, 4 Mar 2013 18:29:03 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 4 Mar 2013 18:28:59 -0700 (MST) From: Warren Block To: "Ronald F. Guilmette" Subject: Re: backups using rsync In-Reply-To: <10173.1362429487@server1.tristatelogic.com> Message-ID: References: <10173.1362429487@server1.tristatelogic.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 04 Mar 2013 18:29:03 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 01:29:04 -0000 On Mon, 4 Mar 2013, Ronald F. Guilmette wrote: > So, um, I was reading about this last night, but I was sleepy and my eyes > glazed over... Please remind me, what is the exact procedire for turning > off the journaling? I boot to single user mode (from a live cd?) and > then what? Is it tunefs with some special option? Just boot in single user mode so all the filesystems are unmounted or mounted readonly. Then use 'tunefs -j disable /dev/...'. It will also mention the name of the journal file, which can be deleted. >> Use the latest net/rsync port, and enable the FLAGS option. I use these >> options, copying each filesystem individually: >> >> -axHAXS --delete --fileflags --force-change > > Hummm... I guess that I have some non-current rsync installed. In the man > page I have there is no mention of any "--force-change" option. What does > it do? "affect user/system immutable files/dirs". Probably only included in the man page when the port is built with the FLAGS option set. An additional note: the script that runs my rsync backup also modifies the mirrored /etc/fstab to use the appropriate labels for the backup filesystems.