linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Receive on same subvolume
@ 2014-01-29 21:26 Matthew Lai
  2014-02-03 13:18 ` Felix Blanke
  2014-02-03 17:30 ` Chris Murphy
  0 siblings, 2 replies; 8+ messages in thread
From: Matthew Lai @ 2014-01-29 21:26 UTC (permalink / raw)
  To: linux-btrfs

Hello,

Is this supposed to work? (/data is the root volume, /data/a is a subvolume)

btrfs subvolume snapshot /data/a /data/b
# make some changes in b
btrfs send -p /data/a /data/b > delta
btrfs receive /data/a < delta

I'm getting "ERROR: could not find parent subvolume" on receive.

What I'm trying to do is to back up using send/receive, but I don't have 
50% free space, and (please correct me if I'm wrong) since receive 
doesn't do deduplication, I want to use snapshot to do the initial 
bootstrapping, instead of send/receive without a parent.

Thanks!
Matthew

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-04  1:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 21:26 Receive on same subvolume Matthew Lai
2014-02-03 13:18 ` Felix Blanke
2014-02-03 17:30 ` Chris Murphy
2014-02-03 18:19   ` Matthew Lai
2014-02-03 19:26     ` Chris Murphy
2014-02-03 22:53       ` Matthew Lai
2014-02-04  0:34         ` Chris Murphy
2014-02-04  1:06           ` Matthew Lai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).