From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 24 15:28:37 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37055106564A for ; Sun, 24 Oct 2010 15:28:37 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id C71988FC16 for ; Sun, 24 Oct 2010 15:28:36 +0000 (UTC) Received: by muon.cran.org.uk (Postfix, from userid 1001) id 20B09E7F9F; Sun, 24 Oct 2010 16:28:36 +0100 (BST) Date: Sun, 24 Oct 2010 16:28:36 +0100 From: Bruce Cran To: Matthew Seaman Message-ID: <20101024152835.GA62748@muon.cran.org.uk> References: <4CC44E5B.9040902@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CC44E5B.9040902@infracaninophile.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cronfy , freebsd-hackers@freebsd.org Subject: Re: Slow disk access while rsync - what should I tune? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:28:37 -0000 On Sun, Oct 24, 2010 at 04:18:51PM +0100, Matthew Seaman wrote: > > However, taking backups slowly makes it harder to ensure you have a > consistent backup, so I recommend you investigate snapshotting the > filesystem (well supported for UFS, trivially easy for ZFS) and then > backup the snapshot as slowly as you like. I'm not sure snapshots are so well supported for UFS. >From sys/ufs/ffs/README.snapshot: "As is detailed in the operational information below, snapshots are definitely alpha-test code and are NOT yet ready for production use." -- Bruce Cran