Γιώργος Πάλλας posted on Sat, 27 Feb 2016 13:45:03 +0200 
as excerpted:

> 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.

As a list regular and btrfs user myself, but not a dev...

No idea about zfs and my own btrfs use-case doesn't use btrfs send/
receive either, so this is primarily from previous list posts, with a 
quick look at the (v4.4.1) btrfs-send manpage as well... 

Recursive send isn't yet supported, only one at a time.

Based on a previous comment from someone who apparently looked at the 
code (but isn't a btrfs dev either), there's possibly some code for -r 
(recursive) already in the repo (or maybe it's simply a comment reserving 
the -r option?), but it doesn't work yet.

However, it shouldn't be horribly difficult to hack up scripts that 
automate the otherwise manual recursive-send/receive for you, as I'd very 
likely do myself if I needed that functionality. =:^)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to