From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 10:20:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B778C1065673 for ; Mon, 11 Jul 2011 10:20:45 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) by mx1.freebsd.org (Postfix) with ESMTP id 700C08FC17 for ; Mon, 11 Jul 2011 10:20:45 +0000 (UTC) Received: from [212.54.42.144] (helo=smtp13.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QgDbX-0000IO-T9 for freebsd-questions@freebsd.org; Mon, 11 Jul 2011 12:20:43 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp13.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QgDbV-0006eU-AU for freebsd-questions@freebsd.org; Mon, 11 Jul 2011 12:20:41 +0200 Received: from [192.168.11.112] (192.168.11.112) by yanta (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 30A70B; Mon, 11 Jul 2011 12:21:01 +0200 Message-ID: <4E1ACE74.2040809@nagual.nl> Date: Mon, 11 Jul 2011 12:20:36 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1QgDbV-0006eU-AU X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.253, vereist 5, BAYES_00 -1.90, FH_HOST_EQ_D_D_D_D 0.67, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: ZFS on root backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 10:20:45 -0000 OK, so now my ZFS on root FreeBSD-8.2 system runs smoothly and I'm very happy being able to have ZFS (coming from solaris11), but.. what is the best strategy to back this fbsd system up. do I create various ZFS backup filesystem streams or can I easely backup the zroot pool as a whole? And if yes, how? Grateful for all the help I can get in these matters.