On Sat, Oct 24, 2015 at 6:36 PM, <kolcon@xxxxxxxxxx> wrote: > Hello, > > I would like to do backups based on btrfs send/receive. > > So I though I would do a transfer over portable HDD and then incremental > sends (using -p) over network. > > Initial : > > btrfs send "all" (primary HDD) → btrfs receive (portable HDD) → btrfs > send/receive (final HDD) > > Later : > > btrfs send -p "all" new → ssh newhost "btrfs receive … " > > But I found out that does not work. It complains parent not found. > > Am I doing something wrong, or is it intended behaviour? It's a bug, we got it recently reported and fixed. The fix is in Chris' integration branch for the upcoming 4.4 merge window: http://git.kernel.org/cgit/linux/kernel/git/mason/linux-btrfs.git/commit/?h=integration-4.4&id=b96b1db039ebc584d03a9933b279e0d3e704c528 cheers > > Best regards, > > Lubos > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Filipe David Manana, "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men." -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
