From owner-freebsd-stable@FreeBSD.ORG Sun Dec 26 13:52:32 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45045106564A for ; Sun, 26 Dec 2010 13:52:32 +0000 (UTC) (envelope-from dmagda@ee.ryerson.ca) Received: from eccles.ee.ryerson.ca (eccles.ee.ryerson.ca [141.117.1.2]) by mx1.freebsd.org (Postfix) with ESMTP id F3FCA8FC0C for ; Sun, 26 Dec 2010 13:52:31 +0000 (UTC) Received: from [10.0.1.3] (bas2-toronto09-1176132252.dsl.bell.ca [70.26.90.156]) (authenticated bits=0) by eccles.ee.ryerson.ca (8.14.4/8.14.4) with ESMTP id oBQDUcBL008350 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 26 Dec 2010 08:30:48 -0500 (EST) (envelope-from dmagda@ee.ryerson.ca) Message-Id: <9F1EF5B4-CC25-41C1-A389-F5102E48DBAD@ee.ryerson.ca> From: David Magda To: Daniel Braniss In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 26 Dec 2010 08:30:59 -0500 References: <20101226073156.GA84868@mail.hs.ntnu.edu.tw> <91EDEEE8-215F-438D-923E-12A75F7B2C88@verweg.com> X-Mailer: Apple Mail (2.936) Cc: FreeBSD Stable Subject: Re: unable to pwd in ZFS snapshot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 13:52:32 -0000 On Dec 26, 2010, at 06:32, Daniel Braniss wrote: > btw, why use rsync if 'zfs send| zfs recv' work realy nice? You're assuming that both sides of the transmission are on ZFS, which is not always true. It may be that the FreeBSD/ZFS system is the "back up server" for a network of Linux machines, and so is the destination of the rsync job. It may be that the destination is Linux or AIX or HP-UX.