From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org ([80.91.229.3]:40211 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748Ab2KALBM (ORCPT ); Thu, 1 Nov 2012 07:01:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TTsWT-0002Os-1p for linux-btrfs@vger.kernel.org; Thu, 01 Nov 2012 12:01:17 +0100 Received: from pro75-5-88-162-203-35.fbx.proxad.net ([88.162.203.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2012 12:01:17 +0100 Received: from g2p.code by pro75-5-88-162-203-35.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2012 12:01:17 +0100 To: linux-btrfs@vger.kernel.org From: Gabriel Subject: Re: find-new possibility of showing modified and deleted files/directories Date: Thu, 1 Nov 2012 11:00:54 +0000 (UTC) Message-ID: References: <50920371.7090601@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Thu, 01 Nov 2012 06:06:57 +0100, Arne Jansen wrote: > On 11/01/2012 02:28 AM, Shane Spencer wrote: >> That's Plan B. I'll be making a btrfs stream decoder and doing in >> place edits. I need to move stuff around to other filesystem types >> otherwise I'd just store the stream or apply the stream to a remote >> snapshot. > That's the whole point of the btrfs-send design: It's very easy to > receive on different filesystems. A generic receiver is in preparation. > And to make it even more generic: A sender using the same stream format > is also in preparation for zfs. Consider the rsync bundle format as well. That should provide interoperability with any filesystem.