From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 18:50:29 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A956F76D for ; Mon, 19 Jan 2015 18:50:29 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7085F7C7 for ; Mon, 19 Jan 2015 18:50:29 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id ar1so2108853iec.13 for ; Mon, 19 Jan 2015 10:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=gjqJ2UWLfKuuUUaQ8XJZE2HPF/C+51q2KyKwvbfqg6A=; b=01rjx5zhctHyfrx4MlL0eHtW0YZZlj4EU2pc2O/5PpUMNIBtHlghVLGs4aliiKs9oC oB7sB5Iqw6b+lwHCdKFOpqx5WMHQhqFbmyvIbvKOfc6W1MJjPCVDXhfdOoaH2zxAPFSA OO6WE++55CsBqfMwQ2XDCHC9c9e8bPx3mIZHP9kq4AMTm1s/tR/PSk2gBYh7fugMkOk8 /OuqOPRkeFoKrTFqDGtR66mcKZS08gh6RfAqJj2YqLeTGvktR4lnks3GpjfQQJkoYPOF +y1FOOOHk8kw6KrrQ3BeNsEs3INCmDENWYqEa3Ee8x6dMeVIcLTjFxzdGYLjCxnMEXvj JeuA== MIME-Version: 1.0 X-Received: by 10.50.234.194 with SMTP id ug2mr21075349igc.39.1421693428928; Mon, 19 Jan 2015 10:50:28 -0800 (PST) Sender: christopher.maness@gmail.com Received: by 10.36.122.212 with HTTP; Mon, 19 Jan 2015 10:50:28 -0800 (PST) Date: Mon, 19 Jan 2015 10:50:28 -0800 X-Google-Sender-Auth: e3kNOpLm-PFSDWRd_IfhqY9CCHg Message-ID: Subject: Dump/Restore for system migration From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 18:50:29 -0000 I have used dump/restore for system migration a couple of time and noticed it is pretty good, but every once in a while it will miss or corrupt a file. Is there a better way to do this? I would imagine having a system mounted r/o would help, but this is not always possible. Is there a way to check the deltas between systems manually after migration to see if any files need to be merged or copied. I would imagine the files that are in jeopardy are ones that are being written to while the dump is taking place. I had a file the keeps track of rss feeds end up missing on the target system. Any advice here? Thanks, Chris