On Sat, Feb 27, 2016 at 4:45 AM, Γιώργος Πάλλας <[email protected]> wrote:
> Hi all.
>
> If I have a btrfs subvolume 'subv' and then subvolumes subv/sub1, subv/sub2,
> subv/sub3, is there a way to snapshot all the subv tree and then recursively
> send it remotely?
>
> I think this would be the analogous of zfs snapshot -r, and then zfs send
> -R.

There's no recursive snapshotting in Btrfs. There is btrfs send -e
which I think is close to zfs send -I but at the moment it's broken.
https://bugzilla.kernel.org/show_bug.cgi?id=111221

The man page for send suggests -e is using a different format, so I'm
gonna guess the send format isn't stable yet.


-- 
Chris Murphy
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to